I don't know if it's worth it. I only suggested it because I thought maybe i was getting in your way by doing something with your keystrokes. So the idea is to give you a way to ask my program to ignore your keystrokes. But if that's not the case, forget the whole thing. 
It could just be a message that you'd send saying, "Please ignore injected keystrokes with my extra info number on them."
On the requesting side it could be real simple, even just one line of code like this:
Code:
BroadcastSystemMessage ( BSF_POSTMESSAGE,
WM_SOME_NUMBER_WE_AGREE_ON,
BSM_APPLICATIONS,
MY_EXTRA_INFO_NUMBER,
ANOTHER_NUMBER_WE_AGREE_ON_TO_MAKE_SURE_THE_FIRST_NUMBER_IS_NOT_A_COINCIDENCE );
It would be a little more work for the receiver -- we'd have watch for that message and keep a list of extra info numbers that we're supposed to ignore.
Connect With Us