
how to upgrade DirectX - social.msdn.microsoft.com
Dec 11, 2008 · This is an incremental update, which includes DirectX 9b updates, plus additional updates for Windows XP Service Pack 2 (SP2). This is the default version for SP2.
Using Pixel Shader 3.0 in DirectX - social.msdn.microsoft.com
Nov 27, 2012 · I am working with an WPF application which uses directX. I need to implement some effect using Pixel Shader 3.0. I can't use Pixel Shader 2.0 because of limitation of …
DirectX in Windows Mobile? - social.msdn.microsoft.com
Dec 11, 2008 · I tried some of the C++ DirectX examples that came with the windows mobile 6 sdk and none of them would run, either on my device or in the emulators on my laptop.
WDDM 1.1 driver for Intel 945 Express Chipset Family
After some research, I have reached a conclusion (Please correct me if I am wrong) that driver for my Intel 945 Express Chipset is not WDDM 1.1 compliant. I have done enough research but …
Directx 10 and graphic card updates - social.msdn.microsoft.com
Nov 2, 2006 · Although built-in physics for DirectX would be cool, I don't want to see DirectX9 get left behind. Windows XP is still going to be the major Windows platform for atleast the next …
How to query screen refresh rate - social.msdn.microsoft.com
Dec 14, 2013 · Is there a way to determine the screen refresh rate for a direct X windows 8 app ?
How to monitor microphone input level?
Oct 11, 2006 · I don't believe that the .NET classes include such implementation, DirectX would be the best way for this as it contains everything you need in regards to multimedia (video and …
Update textbox during runtime - social.msdn.microsoft.com
Jan 29, 2013 · I would like the user to be aware that the program is calculating, and not actually crashed, so I wish to have at several intervals a textbox notification which updates with …
[UWP] [DirectX] Using CreateSharedHandle and …
May 22, 2018 · I'm trying to share a texture using IDXGIResource1::CreateSharedHandle and ID3D11Device1::OpenSharedResourceByName between external process and UWP app. …
[DX] How to draw polygon by using DirectX3D
Dec 12, 2015 · For C++ development, see DirectX Tool Kit and the tutorial on basic drawing. If you are trying to draw styled lines, thick lines, rounded shapes, etc. then that is exactly what …