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
What is the use of Imagelist Controls ?
What is ActiveX Dll and ActiveX Exe?
What is ado in vb.net?
How do I set the Windows wallpaper at runtime?
What are the important components of OLEDB?
What is recordset in visual basic?
Explain about form creation in Visual Basic?
What is the use of Visual Basic Document file?
What is the use of Tabledef?
Discuss the working with to-do lists.
How many ways we can access file using VB?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
Is visual basic easy?
Differentiate between DAO,ADO and Adodc as in data access objects?