Enable/disable the textbox in a single line
Enable/disable the textbox in a single line
Rate Enable/disable the textbox in a single line
(2(2 Vote))
if text1.enabled = false then
text1.enabled = true
else
text1.enabled = false
end if
Enable/disable the textbox in a single line Comments
No comments yet — be the first to post one!
Post a Comment