S
S.Vidyaraman
Hello,
This is related to a C# Add-in for MS-Word. I am hooking events on MS Word
so that I can enforce a first level of "permissions" - say prevent copy. How
do I hook the copy "event" ? -- As of now I can capture Ctrl-C and the Menu
Bar -->Edit --> Copy Button click as well as the Standard --> Copy icon
click. But then, this is the button click, not the copy event itself ! How
can I capture an event as opposed to a button click etc ?
Thanks,
S.Vidyaraman
This is related to a C# Add-in for MS-Word. I am hooking events on MS Word
so that I can enforce a first level of "permissions" - say prevent copy. How
do I hook the copy "event" ? -- As of now I can capture Ctrl-C and the Menu
Bar -->Edit --> Copy Button click as well as the Standard --> Copy icon
click. But then, this is the button click, not the copy event itself ! How
can I capture an event as opposed to a button click etc ?
Thanks,
S.Vidyaraman