adplus-dvertising
frame-decoration

Question

One can display a message box using the __________ method.

a.

MessageBox

b.

AlertBox.View

c.

MessageBox.show

d.

MessageBox.Show

Posted under Visual Basic

Answer: (d).MessageBox.Show

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. One can display a message box using the __________ method.

Similar Questions

Discover Related MCQs

Q. When referring to the method’s return value in code, one should use the __________ value rather than the integer.

Q. You use the __________ constant to include the Exclamation icon in a message box.

Q. The text box’s __________ event procedure prevents user from entering a specified character.

Q. A control’s KeyPress event occurs every time __________

Q. The procedure associated with the KeyPress event has __________ parameters.

Q. ‘e’ parameter’s __________ property is used to determine the pressed key.

Q. ‘e’ parameter’s __________ property is used to cancel the key if not accepted in the text area.

Q. You use the __________ tool to add a radio button to a form.

Q. Radio buttons are used to __________

Q. During runtime radio button can be selected, if a radio button is already selected or not by using the __________ property.

Q. Radio button in an interface is labeled using __________ property.

Q. A Radio button can be directly accessed from the keyboard using a __________

Q. You use the __________ tool to add a checkbox to a form.

Q. Checkbox are used to __________

Q. During runtime checkbox can be selected, if a checkbox is already selected or not by using the __________ property.

Q. Checkbox in an interface is labeled using __________ property.

Q. A checkbox can be directly accessed from the keyboard using a __________