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 many MDI(multiple document interface) forms can include in one project(especially in visual basic)?

6 Answers   Satyam, VSS,


What is Dll?

3 Answers  


how many no of controls in form?

16 Answers   AIMS, Airex Logistics,


Types of cursors in DAO?

0 Answers  


How good are you in VB?

2 Answers   Satyam,






What are different types of locks in ADODB?

4 Answers  


Difference between Recordset and Querydef?

2 Answers   3i Infotech, IBM, TCS,


How many types of API functions are available in VB?

0 Answers  


Whether HTML supports multimedia: and document links?

0 Answers  


Is VB comes under Object Oriented Programming ?

1 Answers  


Difference Types of Procedures in VB?

3 Answers   JVS, Wipro,


What is Pseudocode?

0 Answers  


Categories