Should I use window controls with directx in full screen mode ?
-
hi everyone, I'm new to Directx . If you don't mind I'd like to ask a question . Should I use window controls in full screen mode or I have to create a new ones. Thank you for answering my question . Sincerely,
-
hi everyone, I'm new to Directx . If you don't mind I'd like to ask a question . Should I use window controls in full screen mode or I have to create a new ones. Thank you for answering my question . Sincerely,
You can use windows controls in DX fullscreen mode. There's a call
SetDialogBoxMode
which will enable controls in fullscreen mode, it has several limitations, however. You better use your own custom drawn directx controls or use the ones from the DX samples in the SDK. For directx associated questions I recommend you to use the Gamedev.net directx forums. You can find them here regards