Active control

Started by paulDiagnos, February 17, 2005, 11:03:19 AM

Previous topic - Next topic

paulDiagnos

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

Roger Garstang

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.

paulDiagnos

Exellent stuff, so simple, so easy, so silly for me to ask,

thanks any who :-)

Paul