How i exit application
C#
3
Posts
3
Posters
0
Views
1
Watching
-
i am developing a SDI application. i have to exit application from other class than Foem class. how can i do it? i wrote Application.Exit() in that class, but its not working.. can any body help pls
-
i am developing a SDI application. i have to exit application from other class than Foem class. how can i do it? i wrote Application.Exit() in that class, but its not working.. can any body help pls
If you have other threads running, make sure to stop those as well.
-
i am developing a SDI application. i have to exit application from other class than Foem class. how can i do it? i wrote Application.Exit() in that class, but its not working.. can any body help pls
you can try Me.Close() friendship.le