"Openfiledialog" in DirectX 9

Started by
0 comments, last by MJP 16 years ago
Hi, I'm programming an application in Managed DirectX (C#) with the sample framework of August 2005 DirectX SDK, and I need open a new "open file" dialog box when a GUI button is pressed. In the folder "utilities" of the SDK, exists an application in C++ named "DirectX Viewer" which do it exactly, but I don't know C++. Someone knows how I can do it in Managed DirectX (C#)? Thanks and sorry for my English!!
Advertisement
This functionality isn't part of DirectX, it's part of the common dialog library in the Windows API. In .NET, you can access this particular dialog in System.Windows.Forms.OpenFileDialog

This topic is closed to new replies.

Advertisement