another simple alert box problem
can anyone tell me how to create an alert box. i want an alert box to appear if the label message.text is = to something. for example,
if message.text = "hello" then
'alert box code will go here informing the user it says hello
else
'blah blah blah
End if
can anyone help me??? thanx
|