Show a form after Application Load
Posted
by blancaster
on Stack Overflow
See other posts from Stack Overflow
or by blancaster
Published on 2010-05-21T17:44:37Z
Indexed on
2010/05/21
19:00 UTC
Read the original article
Hit count: 123
vb.net
I want to show a dialog box or form immediately after my application loads. If I place a .showdialog in the main form load event the dialog shows before the application shows.
I’m trying to give some user tips when they load my application.
Thanks
© Stack Overflow or respective owner