G
Greg
I am teaching myself visual basic .net 2003. I bought a book and worked the
examples, but I cannot figure out what I am doing wrong on my first
application.
I have a form that is called from a module:
frmSelectGroup.ShowDialog()
This works fine and the form opens. On the form, the user is asked to
select some options and then click "Continue". When the "Continue" button
is clicked, the program goes to the "End Sub" line of the Private Sub
Button1_Click and then ends. The program never returns back to the module
to finish the rest of the code in that section.
Am I missing something obvious?
Thanks...
examples, but I cannot figure out what I am doing wrong on my first
application.
I have a form that is called from a module:
frmSelectGroup.ShowDialog()
This works fine and the form opens. On the form, the user is asked to
select some options and then click "Continue". When the "Continue" button
is clicked, the program goes to the "End Sub" line of the Private Sub
Button1_Click and then ends. The program never returns back to the module
to finish the rest of the code in that section.
Am I missing something obvious?
Thanks...