Results 1 to 2 of 2

Thread: Form.Show not completely painting

  1. #1

    Thread Starter
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Form.Show not completely painting

    I am using a form to tell the user to 'Please Wait...', and am using the form's .Show to display the form.

    Problem is, the form show's, but its child controls don't... , and because the program keeps running, it doesn't get painted properly... in particular, the message, 'Please Wait ...' is on a Label, and the label doesn't have time to get painted on screen..

    How can I get around this?


    VB Code:
    1. j.Show()
    2. tt = goGetData()  'this takes between 3-4 seconds
    3. j.Dispose

  2. #2

    Thread Starter
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Nm, i simply needed to include j.Update() before processing the data retrieval code...

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