How to capture mouse event in MS word?
COM
1
Posts
1
Posters
0
Views
1
Watching
-
I want to develop an word add-in to catch the mouse event of the Word and determin if the mouse is over some sepecified word or chart, if true,process it by my own code and the word it's self will not receive the mouse event. if false,trans the mouse event to the Word How can I do? I found all of the Word VBA,and it does not provide the mouse event.