From: charles on
I am trying to use an ActiveX control without any windows using
AfxConnectionAdvise.

I am able to get a sample control to work fine and the events fire.

Now I am trying to get the actual control I am interested in to work.

In order to be able to call any functions from the control I had to
add IsInvokeAllowed to the control.

Now I am able to call the functions.

But I call AfxConnectionAdvise for the class that contains the events
and the events never fire.

Could there be something similar to IsInvokeAllowed that I have to add
to the control.

The control as a separate interface for its events.