Feb 20, 2003 #1 wynxo Programmer Joined Feb 20, 2003 Messages 1 Location BE I've create a textbox in c# but I don't need the focus because the textBox is in Readonly. How can I do to kill the Focus? Thanks...
I've create a textbox in c# but I don't need the focus because the textBox is in Readonly. How can I do to kill the Focus? Thanks...
Feb 20, 2003 #2 RiverGuy Programmer Joined Jul 18, 2002 Messages 5,011 Location US Probably disable it, then re-enabled it right away. Upvote 0 Downvote