Results 1 to 3 of 3

Thread: Part of form visible

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Ruinen, Drente, Netherlands
    Posts
    192
    When I open a form and right after opening it does something (open a file or so),
    then for a while (seconds) only a part of the form come's on the screen.
    After the file is loaded then all of the form is visible.
    Is it normal ? (all works well but its not nice to see)

  2. #2
    Guest
    It just means the program is busy opening and reading the file and doesn't have time to fully show the form. If oyur file opening code has loops in it, you can try putting DoEvents in it.

    Sunny

  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    It's just not repainting. I think you can set the form's redraw properties to change this behavior if desired but it's a pretty common thing to see in Windows applications.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

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