by King Seh Horng (15 Submissions)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 29th March 2003
Date Added: Mon 8th February 2021
Rating:
(1 Votes)
Make a marquee in a textbox
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