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 can you save and Get data from Clipboard?

1 Answers  


Clear property is available in hich control?

2 Answers  


What are 3 main differences between flexgrid control and dbgrid control?

0 Answers  


How many nuber of controls are there in form?

1 Answers  


What is the maximum no. of forms can include in one project (vb project)?

3 Answers   Satyam,


what are the Differenct Types of Procedures in VB?

0 Answers  


How will you define a function to accept variable number of arguments ?

1 Answers  


What will be the code in VB, while saving the form and light goes off? Please tell me the exact code line.

1 Answers  


what are Instancing for classes provided by ActiveX component like prive, publicnotcreatable,SingleUse, GlobalSinleUse,MultiUse.

1 Answers   HCL,


DHTML Is used for what?

0 Answers  


Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.

0 Answers  


how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language

0 Answers  


Categories