What is the correct way to close a window please? I've been using
some people tell me this is the wrong way to do it.
Others said
or
What is the correct procedure for opening a new form when clicking a button and making sure the previous one closes?
Thank you.
Code:
close()
Others said
Code:
Use Form1.Show()
Me.Hide()
Code:
Me.Hide instead of close
Thank you.