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
Scope of API's can be of types, what are they?
What is instantiating?
What are 3 main differences between flexgrid control and dbgrid control?
Where can I get good up-to-date information about VB?
What is the latest version of visual basic?
How do I get a bitmap picture in a field in an Access database?
Explain Types of DBCombo boxes?
What is controls in vb?
Draw Sequence Modal of RDO? Explain.
How do I call a DLL?
Binary Access-method isused to access file in which manner?
What is the use of Visual Basic Document file?
what are the Types of Resultsets?
what is the Difference between Linked Object and Embedded Object?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.