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
Coookie not storing information
implementing aixpert on aix
Operation Must Use an Updateable Query
can I use my hard drive with XP and data on it with a system with replaced motherboard ?
Editable dropdown list in ASP.net 3.5 using C#
Access 2010 VBA - determining which "Yes/No" boxes are checked on a continupus form
Spoolsv.exe using up to 100% CPU
pinging devices on ipsec tunnel
Scanstyles does nothing in Webkit/Firefox
Cocoa xcode simple startup (iPhone)