Microsoft
Software
Hardware
Network
Question : Messagebox in vb
How would I get the Messagebox raple in a if statement in VB?
If _var = "1" then'
MsgBox("Mlah", vbYesNoCancel", "Blah...:)
...=====get messagebox reply here........
Answer : Messagebox in vb
Example here
Dim CancelChanges As DialogResult = MessageBox.Show("Your changes will be lost, are you sure?", "Cancel Changes", MessageBoxButtons.YesNo, MessageBoxIcon.Question)
If CancelChanges = Windows.Forms.DialogResult
.No Then
Exit Sub
End If
Random Solutions
Ask a New Question Window Does Not Come Up On Particular Computer
Cant access router web login - SBS 2003
SBS 2003 Exchange 2003 IMAP
How to Install JBOSS on windows xp
Error running DC Promo on Windows 2008 R2
mwmonavscan.exe
Exchange 2010 CAS and certificates
Save Icon is is disabled in my PDF Adobe Reader 9.0
php forms and POST method
Restoring Windows Server 2008 System state backup on different machine