How to wait for a dialog to be drawn
I want to display messages to a dialogbox when my program starts, but when the dialog is shown then the first couple of messages are already gone.
How to wait for the first message to be drawn and then continue?
A timer is not the option i need.
Thanks in advance,
Mark
Re: How to wait for a dialog to be drawn
What you need is to put up a modless dialog box up and kill its pointer at will .....
Loading up a dialog box takes time sometimes depending on what you are sticking into it initially....
Read more about modless dialogs