| | |
Handling application.exit event
Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved |
what event do you want?button event?click event?or what?
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
So, Please do something before post your thread.
* PM Asking will be ignored *
•
•
Join Date: Feb 2009
Posts: 3
Reputation:
Solved Threads: 1
for example : you have to handle form closing event
Dim ask As String
Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
ask = MessageBox.Show("Are You Sure Want To Quit?", "form1", MessageBoxButtons.YesNo, MessageBoxIcon.Question)
If ask = MsgBoxResult.No Then
e.Cancel = True
Exit Sub
Else
Application.Exit()
End If
End Sub
Dim ask As String
Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
ask = MessageBox.Show("Are You Sure Want To Quit?", "form1", MessageBoxButtons.YesNo, MessageBoxIcon.Question)
If ask = MsgBoxResult.No Then
e.Cancel = True
Exit Sub
Else
Application.Exit()
End If
End Sub
![]() |
Similar Threads
- Dispose/hide the JFrame on a click-event (Java)
- Urgent help on Applet (Java)
- desktop application concerning innerclass (Java)
- A multilingual coded Hello World! thread (Legacy and Other Languages)
- Impementing First GUI into Current App (Java)
- how to read csv file without using StringTokenizer (Java)
- Subpanel problem (Java)
- "cannot resolve symbol"problem (Java)
- Pointers (C++)
Other Threads in the VB.NET Forum
- Previous Thread: Basketball Simulator
- Next Thread: Microsoft Agent Control in VB.Net
| Thread Tools | Search this Thread |
"crystal .net .net2005 30minutes 2008 access add arithmetic array assignment basic binary bing box button buttons center click code combobox component connectionstring convert cpu data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees excel exists file-dialog firewall folder google hardcopy image images isnumericfuntioncall login math memory mobile module ms msaccess mssqlbackend mysql navigate net networking opacity output pan peertopeervideostreaming picturebox picturebox1 port print printpreview problemwithinstallation project record reports" reuse save savedialog serial sqldatbase storedprocedure string temp text textbox timer toolbox updown useraccounts usercontrol vb vb.net vb.netcode vb.nettoolboxvisualbasic2008sidebar vbnet view vista visual visualbasic visualbasic.net visualstudio web wpf xml






