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 the difference between <F8> and <Shift-F8> when debugging?
what are the Types of LockEdits in RDO?
HTML stands for What? Use of HTML ?
what is a property to resize a label control according to your caption?
What does Query_unload event do in VB? Why we need Form _unload event?
___ Property is used to count no. of items in a combobox.
What are some methods you can use to send data from one VB executable to another one?
what is the difference between name property and caption property in visual basic?
What is the use of Tabledef?
Which property of textbox cannot be changed at runtime?
What is difference between datagrid and flexgrid?
How to find size of the file. Which method or function is used to occomplish this?