How to open a dialogue box maximized
How can I get a dialogue box to open in a maximised state. I can get it to maximise by using Create() followed by ShowWindow(SW_MAXIMIZE) but then the modality does not work properly.
Am I missing something obvious?
|