SelectionChanged-Event not possible to catch

D

Dieter Baeumler

Hi,

it seems to be a problem, to get informed, when a shape in the document is
selected.
I tried to install an event procedure for

SelectionChanged visEvtCodeWinSelChange &H02BD (701)

My Program works fine using the event

ShapeChanged visEvtMod+visEvtShape &H2040

in the AddAdvise-Method. But with

Set evt = evtList.AddAdvise(visEvtCodeWinSelChange, sinkObj, "", "")

I get an error-event "86db0898". Does anyone know, why this happens and how
to fix it ?

Regards,

dtr.
 

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