andycharger
Well-known member
- Joined
- Apr 2, 2003
- Messages
- 152
I need to close my application.
In VB6 you used to be able just to shut the main form down and it would "kill" the application
ie, we just type
However, I tried this in .net and it leaves the process going, despite the application dissapearing form screen.
What is the correct syteax in .net for exiting an exe and killing the process?
Thanks
Andy
In VB6 you used to be able just to shut the main form down and it would "kill" the application
ie, we just type
Code:
form1.close
However, I tried this in .net and it leaves the process going, despite the application dissapearing form screen.
What is the correct syteax in .net for exiting an exe and killing the process?
Thanks
Andy