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
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