|
Hello everyone,i am new to visual basic but have to make an application using it for a project.
I am familiar with c/c++ and visual basic seems easy enough,besides there is a lot of help online.
I am using visual basic 2010.
I have made half of the application and am facing a problem.
I have three forms so far in my project with possibly more to come but the problem is that when i run the exe file and close it after i'm done , i can still see it in the task manager and when i run it in the software itself and close it, i have to stop debugging manually everytime!
shouldn't that be automatically done each time i close??
please help i even tried putting a close button with me.close() command but it doesn't seem to help!
|