Results 1 to 6 of 6

Thread: Execute code after Form Load [Resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Execute code after Form Load [Resolved]

    I need to execute this code during form load but the problem is that it either takes ages to show the form or does things I don't want it to do. Is there a way to run code in parallel with the form load so that the form still shows, but the extra code that is required to execute at the start, still operates?

    An example would be if you try to hide the form in the Form_Load procedure, as soon as the procedure has finished, the form shows itself in the taskbar, even if you have chosen to hide it.
    Last edited by Ideas Man; Aug 21st, 2004 at 07:50 PM.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

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