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
    Posts
    89

    Modeless Dialog Box


    I want to use win32 functions to create a modeless dialog box, display a message to the user in the
    dialog box, and at the same time, i do some background heavy stuff, after finishing my task, destroy the
    modeless message box. How can i do this? Please help..


  2. #2
    Join Date
    May 1999
    Location
    WA
    Posts
    236

    Re: Modeless Dialog Box

    It's called a "Splash Screen" and there are several examples available.

    Roger L. McElfresh

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