|
-
January 26th, 2003, 06:53 PM
#1
How to intercept message to other application?
In my project I need to intercept messages sent to a existing application such as MS Word, including intercepting mouse click on toolbar buttons and menu items. For some buttons, I need to be informed that their events are fired, and for some others I need to prevent their event from being fired without out changing their orginal visual effects. I adopted Hook mechanism to implement it but later I found that it's to complex to identify the positions and mouse states. Anyone has better ideas to solve this problem or are their any existing package to meet these requirements?
Thx.
-
January 27th, 2003, 12:43 AM
#2
no, hooking is really the only way you can do what you're trying. as far as i know at least.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|