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
Strip out ’s in mySQL query | XML Parsing Error: undefined entity
How to get lightbox to show over Flash banner?
Out of Office Assistant not working w/Forwarding Configured
Javascript to get <TD> inner text in MSIE, FF and Chrome
How do I use the Windows XP installation disc to replace missing system files?
How do I get this PHP IMAP script to fetch the body of emails? I can't get it to work.
Not able to connect SMB to Tiger Server
Intel Sata RAID controller on RHEL 4 problem
Windows Small Business Server 2008: Critical Event Notification
Sharepoint Webpart page load event issue