What is an alternate way of showing
messages instead of MessageBox.Show() method?

 Posted by vishalneeraj-24503 on 12/22/2013 | Category: VB.NET Interview questions | Views: 2002 | Points: 40
Answer:

We can also have MsgBox in-built
VB.Net function which has the same functionality as MessageBox.Show() method.

For Example:-

MsgBox("Hello")

MessageBox.Show("Hello")


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response