What is the difference between message box

Answers were Sorted based on User's Feedback



What is the difference between message box..

Answer / elamaran

Message box shows the infomation/warning to the user. But,
input box required user to enter the input to proceed
further.

Is This Answer Correct ?    163 Yes 11 No

What is the difference between message box..

Answer / pradeep kushwaha

the input box used for input any value/data from user in
run time.but message box is use for showing any
message/information to user,that is write by user in design
time (in code).

Is This Answer Correct ?    81 Yes 12 No

What is the difference between message box..

Answer / shreya sondur

messagebox is used to display the messege to the user.It
can also be used to display warnings. Along with displaying
messages it can take the inputs such as ok,cance,yes ,no
etc which are having boolean values.
Inputbox is used to get the input from user during runtime.

Is This Answer Correct ?    45 Yes 10 No

What is the difference between message box..

Answer / saikat kumar das

We can use msgbox for display the message and getting input
from user like VB yes/no method, but
inputbox only for input. For msgbox we can't set the x, y
margin, but in the input box we can set.

Is This Answer Correct ?    25 Yes 8 No

What is the difference between message box..

Answer / suyog srivastava

The INPUTBOX is used to input data at the runtime but, MSGBOX is used to display message or information at runtime

Is This Answer Correct ?    11 Yes 2 No

What is the difference between message box..

Answer / yash thakur

A "massage box" is shows warrning or lead to proceed information at the run time but "input box" as the word input shows that input some data at the run time....the massage is write at the coding time which show in massage box but the data input inputs at the run time and it can be clear by cammand buttan but to change the massage of massage box will be change from coding

Is This Answer Correct ?    15 Yes 9 No

What is the difference between message box..

Answer / jignesh parmar

In the software system is defined by any output and if the
codding massage are passed then the result are massage so
this is called "massage Box", or the entered the value are
right and add for the program as well as the value are run
in program is completely called the use of "input Box".

Is This Answer Correct ?    8 Yes 2 No

What is the difference between message box..

Answer / apollo.monkey

Most of the answer above are correct, but i am worried for you if you are asking a question like that! Unless you have never developed before and have just started!

No Offense! :)

Is This Answer Correct ?    13 Yes 12 No

What is the difference between message box..

Answer / nitin garg

Input box( ) use to give input wheras Msg box ( ) use to show a msg to user.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between message box..

Answer / rushikesh misal

Msgbox is nothing but the message that see by the user and
Inputbox is nothing but the enter data or information to the user

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is Vlookup introduction and formula?

2 Answers  


what is the Advantage of ActiveX Dll over Active Exe ?

1 Answers  


How would you view html code in Active Server Pages?

1 Answers  


Data Control missing from toolbox when I use VB under NT3.5. Why?

0 Answers  


What about DLL calls that require callbacks?

0 Answers  






How would you create properties in ActiveX Control?

0 Answers  


What are the Internet tools available in VB6.0?

0 Answers   ABC,


Which controls have refresh method?

2 Answers  


How do I do Peek and Poke and other low-level stuff?

0 Answers  


How many system controls are available ?

3 Answers   HCL,


How many tabs in a tabbed dialog do you consider appropriate?

0 Answers  


Explain Get, Let, Set Properties.

1 Answers  


Categories