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


Please Help Members By Posting Answers For Below Questions

Types of LockEdits in DAO? 51 .Types of Recordsets.

1644


What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.

1285


Is it possible to Manipulate data through flexgrid? Explain.

1746


How can you get selected file from file system Control?

1596


Write the steps in Creating ActiveX Dll and Active Exe?

1909


How would you navigate between one document to another document

1385


How many ways we can access file using VB?

1923


Explain about declaring variables in Visual basic?

763


Is there any way to pass a variable to a form apart from using global variables?

1278


what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com

1961


___,__,___ are the type of combo box?

1328


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?

3235


How can you save and Get data from Clipboard/ Recordset object consists what?

747


What do you mean by Databound Controls Explain?

1630


___ property is used to change to ___ value to access a identity column'in datacontrols.

1242