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 about literals?
Draw Sequence Modal of DAO? Explain.
Is visual basic c#?
____ is the difference between Listindex and Tab index.
How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?
How would you Create a Query Builder and Explain its uses
Timer control contains ________ no. of events.
DHTML Is used for what?
What is instantiating?
How do I add a form in visual basic?
Explain about trees structures work.
Is visual basic easy?
How do you change the system menu (on the Control-Menu Box)?
How can you filter out specific type of file using file system controls?
Explain the differences between ActiveX Dll and ActiveX Exe?