J
Jeff Johnson
I'm just now learning NET and about every tutorial I've read (including ones
from MS) say this is how to end the program. Is it OK to use it?
NO!!
Right now I'm doing programs with a single form so is it OK then?
NEVER!!
Close the form with Me.Close() (preferred) or use Application.Exit().