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
Syntax error (missing operator) in query expression
ASA 8.3 NAT Configuration
Can windows 7 netbook join an sbs2003 domain?
how to load a php include after page is loaded?
Display logon message to new users at first logon.
No Networking Installed on Windows 2008 VM After Migrating From VMWARE Server to ESXi Server
Can't install wifi printer MX870
Is there a way to use visual basic 6 to write data directly to a cd or dvd for windows, xp, vista and 7
iPhone citrix reciever with Citrix Access Gateway
Using Bash command in Perl Script