RazerWriter
Freshman
- Joined
- Jun 26, 2003
- Messages
- 32
Okay, how do i got about this?
I want a fullscreen dx form with visible and active main menus shown over at the top without any title bar and the border style set to zero. I would also like to show dialogs and forms on this dx window. How would I do this in FULLSCREEN?
I've found a way to do it in windowed mode... observe:
- Before creating the d3d device, create a direct draw device to set display mode to 640x480.
this allows me the use main menus and other forms freely over a dx9 form with fullscreen display. Except I want a real fullscreen form using d3d with main menus visible. Any comments about this?
I want a fullscreen dx form with visible and active main menus shown over at the top without any title bar and the border style set to zero. I would also like to show dialogs and forms on this dx window. How would I do this in FULLSCREEN?
I've found a way to do it in windowed mode... observe:
- Before creating the d3d device, create a direct draw device to set display mode to 640x480.
this allows me the use main menus and other forms freely over a dx9 form with fullscreen display. Except I want a real fullscreen form using d3d with main menus visible. Any comments about this?