Saturday, 30 March 2013

What is the proper syntax when using a message dialog box? | Visual Basic mcqs

A. MessageBox.Show("Hi there", "Hi")
B. MessageBox.Show(Hi there, Hi)
C. MessageBox.Show "Hi There", "Hi"
D. MessageBox.Show Hi There, Hi

Ans: A


No comments: