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
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
Put the dialog form invocation in the Form_Activate event of your main form.