CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Netherlands
    Posts
    57

    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




  2. #2
    Join Date
    May 1999
    Posts
    78

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured