Thread
:
Select a control by name
View Single Post
Dec 13th, 2007, 1:49 AM
#
2
Klipt
Hobbyist Programmer
Join Date: Dec 2005
Posts: 118
Rep Power:
0
Re: Select a control by name
(
Toggle Plain Text
)
CheckBox1.SetFocus;
CheckBox1.SetFocus;
should work; just replace 'CheckBox1' with the actual name.
__________________
Get
PLT Scheme
|
SB Common Lisp
|
Haskell
|
wxDev-C++
|
Python
Klipt
View Public Profile
Find More Posts by Klipt