Tuesday, December 11, 2007

How to create a simple MessageBox

How to create a simple MessageBox

MessageBox is essential in providing information to users in a quick manner. It is often use in Windows Application. However it has change from its previous parameters.

Step 1

All you need to do is type the following

MsgBox("System Message", MsgBoxStyle.OKOnly, "System Message")

As you can see the parameter is a bit different from VB6.

No comments: