R
Radith Silva
I need to use the MsgBox function like I used to in VB 6.0
So all i do is:
MsgBox ("Please provide Input")
BUT IN .NET:
The error reads "msgbox is a namespace"
The IDE always converts "MsgBox" to "msgbox" (ie. changes case)
Thanx
So all i do is:
MsgBox ("Please provide Input")
BUT IN .NET:
The error reads "msgbox is a namespace"
The IDE always converts "MsgBox" to "msgbox" (ie. changes case)
Thanx