Monday, July 21, 2014

What is the proper syntax when using a message dialog box?

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: