|
-
Dec 10th, 2002, 04:44 AM
#1
Thread Starter
Junior Member
form.showdialog() function - bug or is it just me ?
I'm using the showdialog() function, and have put some code in the load event of the form.. guess what ? the load event doesn't run when I'm opening the form with showdialog().
My code:
Dim varFrmSetup As New frmSetup()
varFrmSetup.ShowDialog()
On the load event of the form:
msgbox("test")
The load event ONLY runs when I use the show function of the form instead of showdialog().
Anybody ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|