Hi
I am new to VB.NET and basically am having problems opening and closing forms.
To open a form this is what I do:
Dim AddEntry as New Form2
AddEntry.Show
To close a form (say after a save operation):
Me.Hide
or
AddEntry.Hide
Now. Here is the tricky part. If I use the X button to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.