I want my exit button on my application to close the app completely plus the process. to work like the close button in the control box.
I have used "this.close()" but that only closes the form.Can someone please assist me.
I want my exit button on my application to close the app completely plus the process. to work like the close button in the control box.
I have used "this.close()" but that only closes the form.Can someone please assist me.
Application.Exit()
MSDN Doc: http://msdn.microsoft.com/en-us/library/system.windows.forms.application.exit(VS.71).aspx
Thanks I will give it a shot and see what happens
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.