
Jaymzanator
Enthusiast

Sep 6, 2005, 2:50 AM
Post #2 of 4
(233 views)
Shortcut
|
|
Re: [Cruel__Machine] [TUT] MS Script Control
[In reply to]
|
Can't Post
|
|
y dotn u just do this:
'fierceweb software 2005 '2005 license allowed by - jaymzanator 'sale or use without permission will result in action being taken private sub cmd_entercode_click() dim msgtitle as string if txtinput.text = "" Then exit sub else: msgtitle = txtinput.text msgbox msgtitle , vbcritical , "Text Input Field" end if end sub
(17:20) Taz: and tazg is lol'in at you all the way from canada (17:21) James: lol canadians
(This post was edited by Jaymzanator on Sep 6, 2005, 2:55 AM)
|