From: charles on 2 Oct 2009 08:31 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.
|
Pages: 1 Prev: Copying CByteArray to a CString? Next: Copying CByteArray to a CString? |