C
chook.harel
Hi, I want all my text boxes in a certain form to act the same way
for a special key combination (F1 in my case)
but each of them should react diffrently to other keys.
Now, of caurse i can do this by simply add the KeyDown to all of them
but is there something above that?
That handles the key hooks of all the controls in the form?
for a special key combination (F1 in my case)
but each of them should react diffrently to other keys.
Now, of caurse i can do this by simply add the KeyDown to all of them
but is there something above that?
That handles the key hooks of all the controls in the form?