c# windows application......
-
hii.. m creating a c# windows application...... in this i need to complete all my task at the init event of form......and after completeion of work.....i need to completely stop the application
-
hii.. m creating a c# windows application...... in this i need to complete all my task at the init event of form......and after completeion of work.....i need to completely stop the application
I would use
Application.Exit();
after completing the work, to exit the Form and the application. MSDN: http://msdn.microsoft.com/en-us/library/ms157894.aspx[^]Regards, Gary
-
hii.. m creating a c# windows application...... in this i need to complete all my task at the init event of form......and after completeion of work.....i need to completely stop the application
A console application is ideally suited to performing a task and then exiting. Even the console box can be hidden.
Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane
-
hii.. m creating a c# windows application...... in this i need to complete all my task at the init event of form......and after completeion of work.....i need to completely stop the application
Well whoopdy-doo.