Try ' Your code here Catch Msgbox (ex.message) End Try
Use [B] [/ B]
Dim MyMsg as new msgbox ("hello world")
If textbox1.text = "message" then
mymsg
end if
Dim MyMsg as new msgbox ("hello world)
If textbox1.text = "message" then
MyMsg
End if

Caught an error, fixed it.