Results 1 to 2 of 2

Thread: Force form to paint

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274

    Post

    Usually the form paints (appears) until all the code into the Load event has finished.

    How can I force the form to paints (appears) before all this code has finished?

    I tryed with 'DoEvents' and 'Form_Paint' but, I don't have results.

    Any idea will be appreciated.

    [This message has been edited by Tonatiuh (edited 02-22-2000).]

  2. #2
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Bellevue, WA, USA
    Posts
    1,357

    Post

    Usually I just put Me.Show as the first line in the Form_Load event. Try that!

    ~seaweed

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