ok am new to C# and am doing good so far except I been having a problem with the exit button
the code for the exit button is:
close();
or I use = this.close();
and that close the form but the problem is that the program still in the process in the task manager
I tried ti use Application.exit(); but for some reason when I compile and run with VC++ 2005 I get the error which has break or continue
what am I missing, I did alot of research and thats what a found most of the people are talking about
Thank in-advance !