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