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
Explain Types of DBCombo boxes?
What is DDE?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
How can you get selected file from file system Control?
What is the difference between change event in normal combobox and dbcombobox?
Is it possible to change menu runtime using API? If yes? Specify the function names.
What is snapshot in vb?
which method used to move a recordset pointer in nth position in DAG?
It possible to call OLEDB's Features directly in VB without using any control?
Write the steps in Creating ActiveX Dll and Active Exe?
1s it posible to Create Tables Through Querydef?
Explain about the basic features of Visual basic?
How do I call a DLL?
what is the Difference between Recordset and Querydef?
Scope of API?s can be of different types, what are they Why API functions are Required?