View Single Post
Old Dec 13th, 2007, 1:49 AM   #2
Klipt
Hobbyist Programmer
 
Join Date: Dec 2005
Posts: 118
Rep Power: 0 Klipt is an unknown quantity at this point
Re: Select a control by name

CheckBox1.SetFocus;
should work; just replace 'CheckBox1' with the actual name.
Klipt is offline   Reply With Quote