Results 1 to 2 of 2

Thread: Trap the events from MS Word

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2001
    Location
    Hyderabad
    Posts
    47

    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.
    Pavan kumar

  2. #2
    jim mcnamara
    Guest
    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
  •  



Click Here to Expand Forum to Full Width