G
Guest
Hello,
I've had great success in this forum finding out how to use the
IMessageFilter. I have it working well on a test form I've built.
The next challenge I face is this:
I need to be able to intercept a key (F1 in this example) on two different
forms. An F1 keypress on one form would close the form, and an F1 keypress
on another form (called modally from the main form) is launching an RDA.push.
So I have two forms up at once using the same keycode. I've tried adding
one message filter per form with no success.
Is there a way to implement the IMessageFilter and distinguish what form the
messages are getting passed back to?
Thank you,
Tobin
I've had great success in this forum finding out how to use the
IMessageFilter. I have it working well on a test form I've built.
The next challenge I face is this:
I need to be able to intercept a key (F1 in this example) on two different
forms. An F1 keypress on one form would close the form, and an F1 keypress
on another form (called modally from the main form) is launching an RDA.push.
So I have two forms up at once using the same keycode. I've tried adding
one message filter per form with no success.
Is there a way to implement the IMessageFilter and distinguish what form the
messages are getting passed back to?
Thank you,
Tobin