Original Post
I apologize if this seems like a trivial question, but like many on this website I am learning. =) Is it possible to use .Net controls such as a datagrid with directX? I am designing a game and would like to be able to use some of the .NET controls to build my interface and DirectX to do my other graphics. So far I have two sides to my game. A menu "shell" which is all 2D menus and a 3D "game" where all the action takes place. My initial thoughts of using a datagrid are because I would like a table layout similar to a datagrid to display some information but, I want the user to be able to sort it and click on a row to display more detailed information about that row. Any thoughts? If there is a better way to design my interface then by all means I'm welcome to suggestions.