Results 1 to 4 of 4

Thread: is there a form-after-load event in VB?

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member temp_12000's Avatar
    Join Date
    Jan 2004
    Location
    LA, USA
    Posts
    411

    Resolved is there a form-after-load event in VB?

    What I want to do is:
    1) Show the form;
    2) Check something, if false, then just show a msgbox, then close form

    if I do this in form_load event, the form does not show up when msgbox shows up. After I close msgbox, the form shows up very quick then close. I do not want see the form flashes on the screen.

    what I'm doing now is:
    1) show the form;
    2) in load event, turn on timer, wait 2 seconds;
    3) in timer event, check that.

    Is there a better way to do this?


    thanks
    Last edited by temp_12000; May 27th, 2005 at 05:14 PM.



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