Visual Basics Flashcards
BCA
1
Q
How many parameters does MsgBox takes & what are those?
A
3 (msg, style_value, title)
2
Q
How many of the style constant can be given to MsgBox
A
6 vb(OkOnly, OkCancel, AbortRetryIgnore, YesNoCancel, YesNo, RetryCancel)
3
Q
How many parameters does InputBox takes
A
5 ( prompt, title, default_value, x_position, y_position)
4
Q
A