TheDude
11-09-2003, 09:39 PM
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.
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.