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
Data Control missing from toolbox when I use VB under NT3.5. Why?
How do you avoid the "Invalid use of null" error when reading null values from a database?
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.
What is rdo in vb?
Does VB support pointers to functions?
What are the types of line styles available in Treeview Control?
What's the difference between MODAL and MODELESS forms?
How many ways we can access file using VB?
what are the types of cursors in DAO?
How do I create controls dynamically (at run-time)?
How would you activate animation control?
How can you Implement windows functionality in VB?
Clear property is available in ____,___ control.
How would you create properties in ActiveX Control?
What is dao in vb?