PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: paulDiagnos on February 17, 2005, 11:03:19 AM

Title: Active control
Post by: paulDiagnos on February 17, 2005, 11:03:19 AM
Another Question sorry :-(

How can i in software select which control is active,

lets say for example i have two list views, when i push the button 'i' on my keyboard, one it selected and wheni press 'p' on the key board the other is selected.

what i mean by selected is i can navigate on, by pressing the arrow keys up and down my list.

hope this explains my problem

Paul
Title: Active control
Post by: Roger Garstang on February 17, 2005, 03:30:13 PM
SetFocus

Or put a label in front of it in the tab order and give it an underlined letter like &Input where it would then appear like: Input and Alt + I would jump to it.
Title: Active control
Post by: paulDiagnos on February 18, 2005, 05:54:21 AM
Exellent stuff, so simple, so easy, so silly for me to ask,

thanks any who :-)

Paul