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
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.
Exellent stuff, so simple, so easy, so silly for me to ask,
thanks any who :-)
Paul