I know that this question was asked before but i dont know if its me or this question was not answered properly, maybe because im new to programming... anyways i'm creating this application where i'm suppose to display a WPF window over directX games, the window will display normal data like a list or something. can anyone help me by guiding or even posting the code?
Asked
Active
Viewed 1,715 times
1 Answers
2
SwapChainBackgroundPanel is a XAML element for developing full-screen, primarily DirectX-focused apps. Unlike SurfaceImageSource and VirtualSurfaceImageSource, SwapChainBackgroundPanel is a XAML element rather than an ImageSource; it inherits from the XAML Grid layout panel and enables apps to create and fully control a full-screen DirectX swap chain, on top of which all other XAML content is overlaid
-
thx alot for your guidance. however SwapChainBackgroundPanel requires that the application is created using metro style not WPF. but the 3rd link is very helpfull. thx again:). – Moh Saied Aug 15 '15 at 13:14
-