Make a marquee in a textbox
Make a marquee in a textbox
Rate Make a marquee in a textbox
(1(1 Vote))
dim txt as string
dim t as string
let text1.selstart = 0
let text1.sellength = 1
let txt = text1.seltext
let text1.seltext = ""
let t = text1.text
let text1.text = t & txt
Make a marquee in a textbox Comments
No comments yet — be the first to post one!
Post a Comment