Click to See Complete Forum and Search --> : How to wait for a dialog to be drawn


Mark Veldt
May 3rd, 1999, 03:21 AM
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

Saeed R
May 13th, 1999, 07:26 PM
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