What is the difference between Msgbox Statement and MsgboxQ
function?
Answer Posted / pusparghya das
MsgBox statement only displays the message.
MsgBoxQ function displays a message in a dialog box and
wait for the user t click a button,and returns an integer
indicating which button the user has been clicked.
Example for MsgBox function
x= Msgbox ("Do you ant to delete." ,VBYesNO)
if you press yes. The x value is 6
if you press No. The x value is 7
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Is visual basic c#?
What is the need of tabindex property is label control.
What do you know about chaining views.
Types of cursors in DAO?
How many objects resides in ADO ?
How do I program the Novell NetWare API from VB?
Explain the types of Views in Listview Control?
How do I add a form in visual basic?
What is the difference between adodc and adodb in vb?
Draw Sequence Modal of RDO? Explain.
what are the Types of LockEdits in RDO?
How would you Create a Query Builder and Explain its uses ?
How to load and unload child forms.
Explain what is Visual basic?
What is ado in vb?