O
OSVBNET
Guest
Hey, what is the difference between:
Dim Blah As New BlahForm
BlahForm.ShowDialog()
And
BlahForm.ShowDialog()
I mean I need to show a new modal form, but to call it in one command/line, may I still use 2nd one?
Continue reading...
Dim Blah As New BlahForm
BlahForm.ShowDialog()
And
BlahForm.ShowDialog()
I mean I need to show a new modal form, but to call it in one command/line, may I still use 2nd one?
Continue reading...