|
Question : VB.Net Application.Quit?
|
|
Hello, how can I quit an application in VB.Net. If i write the code Me.close where Me = Parent form of an MDI it closed the application. But I want to be able to close the application down from anywhere.
Any ideas?
Thanks
|
|
Answer : VB.Net Application.Quit?
|
|
have you tried Application.Exit() method?
B..G
|
|
|