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
Types of LockEdits in DAO? 51 .Types of Recordsets.
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
Is it possible to Manipulate data through flexgrid? Explain.
How can you get selected file from file system Control?
Write the steps in Creating ActiveX Dll and Active Exe?
How would you navigate between one document to another document
How many ways we can access file using VB?
Explain about declaring variables in Visual basic?
Is there any way to pass a variable to a form apart from using global variables?
what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com
___,__,___ are the type of combo box?
how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
How can you save and Get data from Clipboard/ Recordset object consists what?
What do you mean by Databound Controls Explain?
___ property is used to change to ___ value to access a identity column'in datacontrols.