Results 1 to 2 of 2

Thread: Pop-up window "Please wait..."

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Pop-up window "Please wait..."

    When my App open, it will download data from server.
    How to make a pop-up window (messagebox) saying that "Please wait..." and then auto close when download finished?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Pop-up window "Please wait..."

    A messagebox will stop all code execution until it disappears.

    Use a standard form instead and have it display until your downloading is done.

    Typically, it is refered to as a "Splash Screen"

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