What is the difference between Msgbox Statement and MsgboxQ
function?
Answers were Sorted based on User's Feedback
MsgBox is a built in VB function which displays a Message
Box and MsgBoxQ is a function defined by the user.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / 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 |
Data Control missing from toolbox when I use VB under NT3.5. Why?
How to customize workgroup message?
Can we display only integers / numbers through the message box? Is there any constraint to do so?
what are the three main differences between flexgrid control and dbgrid(Data bound Grid) control
___ is the control used to call a windows application.
How can you Implement windows functionality in VB?
What are two validate with Data Control?
which property used to add a menus at runtime?
It possible to call OLEDB's Features directly in VB without using any control?
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 are the Differences between ActiveX Exe and Dll?
What is Tabstrip control? What is the starting Index value? How to locate it?