Hi I have a quick VB.NET question...
a) How do I close a module in a multiform program.
I tried Me.Close() but it says it can't use it in modules.
b) How do I control little red X button on forms? What if instead of closing the program I want to hide the form when the user presses on red X in the top right corner?
Thanks in advance.
a) How do I close a module in a multiform program.
I tried Me.Close() but it says it can't use it in modules.
b) How do I control little red X button on forms? What if instead of closing the program I want to hide the form when the user presses on red X in the top right corner?
Thanks in advance.