Finished drawing dialog
-
Hi I want to make a loading message box which disappears once the loading was finished. In order to do that I decided to use the function DialogBox in order to create a modal dialog, however, I couldn't find a message that indicates that dialog has finished drawing itself. I want to start the loading sequence right after the dialog and the message of "loading" appears on the dialog. Any suggestions ? I would like to use a dialog in order to easily make a nice loading message. Thanks a lot, Clint
-
Hi I want to make a loading message box which disappears once the loading was finished. In order to do that I decided to use the function DialogBox in order to create a modal dialog, however, I couldn't find a message that indicates that dialog has finished drawing itself. I want to start the loading sequence right after the dialog and the message of "loading" appears on the dialog. Any suggestions ? I would like to use a dialog in order to easily make a nice loading message. Thanks a lot, Clint
-
In wich ambient you are doing this? MFC? In that case you can take OnInitDialog event or.. WM_INITDIALOG
-
I tried WM_INITDIALOG, but it happens before the dialog has finished drawing itself, so the message doesn't appear.