Does any one know how to make a windows program start up with a full screen instead of small screen.
In looking in Microsoft SDK under CreateWindow I see that the dwStyle has a function WS_MAXIMIZE that seems to indicate it will cause the program to start up with a full screen. So far I have not been able to get this to work. Here is what I have tried;
Create Window(
szWinName,
Text ("Name"),
WS_OVERLAPPEDWINDOW | WS_MAXIMIZE,