Handling WindowBeforeRightClick event leads to MSWord crash?

L

Leon

Developed an add-in for MS Word (using C++), and now I want to handle
the WindowBeforeRightClick application event.
I implemented the handler and handling routine the same way as
described in the HOWTO 309294 (MSDN).

Handling the right click event works fine, as long as I don't set
Cancel to true.
As soon as I set Cancel to true (to skip default event handling by MS
Word) MSWord crashes.

Is this a known issue?

Leon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top