| View previous topic :: View next topic |
| Author |
Message |
Nate Lockwood Guest
|
Posted: Wed May 25, 2005 4:21 pm Post subject: TButton selected |
|
|
I have some buttons that need to be selected in sequence. When the
application opens and when the user "Resets" it I'd like to highlight
the button. How is this done?
Nate
|
|
| Back to top |
|
 |
Daniel Mayo Guest
|
Posted: Wed May 25, 2005 5:43 pm Post subject: Re: TButton selected |
|
|
Nate Lockwood wrote:
| Quote: | I have some buttons that need to be selected in sequence. When the
application opens and when the user "Resets" it I'd like to highlight
the button. How is this done?
Nate
Set the tab order to make sure they are selected in the sequence you |
want.. and to highlight a button, use the SetFocus() function.
|
|
| Back to top |
|
 |
Nate Lockwood Guest
|
Posted: Wed May 25, 2005 8:25 pm Post subject: Re: TButton selected |
|
|
Daniel Mayo wrote:
| Quote: | Nate Lockwood wrote:
I have some buttons that need to be selected in sequence. When the
application opens and when the user "Resets" it I'd like to highlight
the button. How is this done?
Nate
Set the tab order to make sure they are selected in the sequence you
want.. and to highlight a button, use the SetFocus() function.
|
Thanks, I figured it out and tried to cancel the post.
Nate
|
|
| Back to top |
|
 |
|