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 |
What are the types of API Types.
Is visual basic c#?
what is the Advantage of ActiveX Dll over Active Exe ?
Which controls can not be placed in MDI ?
What is data control in vb?
What are the types of API Types?
Difference between Tabletype and Snapshot?
What type of recordsets are available in ADO?
Which method is preferred to save data like database to the disk?
What is Friend Variable?
How do we call MS- Excel in VB?
Difference between Dynaset and Snapshot?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)