|
-
Oct 1st, 2001, 01:32 AM
#1
Thread Starter
Member
Trap the events from MS Word
hai,
I am developing a test which is useful to test the skills in MS Word. means how much knowledge is in MS Word. For that through VB I opened MS Word Application by taking reference variable to Word.application. By using WithEvents I am able traping only some events. But I want to trap all events of MS Word.
for example If I select cut option from MS Word I have to identify that event from my VB Application. Can U help me in this regard.
-
Oct 2nd, 2001, 09:14 AM
#2
You may want to consider a system-wide hook =- this traps all messages going to the PC from the user. It also can do nasty things if you are not extremely careful.
Discussion:
http://www.vbforums.com/showthread.p...ht=system+hook
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
|