Hello.
I have two active forms in my app, the Main one and another one. I would like to have the program transmit the keypresses from the other form to the Main one when it (the other form) is active.
Say, in the Main form, F3 triggers a specific event. I would like to have the Main form know that F3 has been pressed when it has no focus (when focus is on the other form).
Sendkeys COULD work, but for special keys (such as Enter) there would be trouble... (have to associate for example 13 to {ENTER})