G
Guest
I'm new to VB .NET and having trouble displaying a form using a button on the
startup form.
In VB4 I simply used the following to load a form as modal when a button was
clicked.
formName.Show 1
I can't seem to do the same in VB .NET.
startup form.
In VB4 I simply used the following to load a form as modal when a button was
clicked.
formName.Show 1
I can't seem to do the same in VB .NET.