How to check the condition in Msgbox?

Answers were Sorted based on User's Feedback



How to check the condition in Msgbox?..

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

How to check the condition in Msgbox?..

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

How to check the condition in Msgbox?..

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

Post New Answer

More Visual Basic Interview Questions

How would you create properties in ActiveX Control?

0 Answers  


What is the use of Active Control Property?

1 Answers  


What are the new events in textbox that has been included in VB6.0

1 Answers  


____ property is used to lock a textbox to enter a datas.

0 Answers  


What is RDO?

1 Answers  






DHTML Is used for what?

0 Answers  


what are the Sequence of events when a MDI form open with two child forms closing?

1 Answers  


What is the difference between message box

11 Answers  


What is RdExecDirect?

1 Answers  


What is a datacontrol?

1 Answers  


Why API functions are Required?

0 Answers   L&T, Wipro,


What is the purpose of the DoEvents command?

2 Answers  


Categories