How do I write a full-screen program? Can I specify a style in a resource file like this:
Code:
STYLE DS_3DLOOK | WS_MAXIMIZEBOX | SOMETHING_FULLSCREEN | . . .
or do I need to make it fullscreen when handling the WM_INITDIALOG message?