How to check the condition in Msgbox?
Answers were Sorted based on User's Feedback
Answer / guest
For Ex:
If(Msgbox("Do you want to delete this Record",VbYesNo)
=VbYes)Then End if
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / karan munjal
for example
if msgbox("Are You Sure",vbyesno)=vbyes then
con..
else
con..
endif
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kamlesh gupta
if msgbox("Are You Sure",vbyesno)=vbyes then
Condition statement
else
Condition statement
endif
| Is This Answer Correct ? | 2 Yes | 0 No |
what is differece b/w Module and class Modules in vb6? thanks
Is the Variant type slower than using other variable types?
How many ways we can access file using VB?
To populate a single column value which dbcontrols you to use?
How many number of events does the Timer controls ?
What are the types of line styles available in Treeview Control?
Is there a way to break long lines in VB code?
What is the purpose of the AutoRedraw property on a form or container?
Types of ActiveX Components in VB?
Default cursor Type and LockEdit type in DAO?
What is meant by "Early Binding" and "Late Binding"? Which is better?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)