Dec 14, 2000 #1 Qwark Programmer Sep 26, 2000 59 NL Hello, Is it possible to hide that blinking | (cursor) in a textbox? If the answer is yes, write down how. Thank you, Qwark
Hello, Is it possible to hide that blinking | (cursor) in a textbox? If the answer is yes, write down how. Thank you, Qwark
Dec 14, 2000 #2 ChrisRChamberlain Programmer Mar 23, 2000 3,392 GB Qwark In the .When or .GotFocus event of the textbox put:- SET CURSOR OFF In the .Valid or .LostFocus event of the textbox put:- SET CURSOR ON Chris Upvote 0 Downvote
Qwark In the .When or .GotFocus event of the textbox put:- SET CURSOR OFF In the .Valid or .LostFocus event of the textbox put:- SET CURSOR ON Chris
Dec 14, 2000 Thread starter #3 Qwark Programmer Sep 26, 2000 59 NL Thanks it works. That's much better. Qwark Upvote 0 Downvote