Regular DLL and event sink 
Author Message
 Regular DLL and event sink

Hi,

(1) I have two regular DLLs which uses MFC (but not exporting any MFC
stuff) and the first one links the second one (static). In the second
DLL I want to use the Internet Explorer COM object (and also the date-
time-picker activeX control).
When I call navigate method on the IE-Interface, everthing works fine,
but my event handler "OnDocumentComplete" is never called.
(2) In another Appliction the first one is in fact an exe file, and
then all works fine.

My presumption is that in the first case the regular DLL has no message
pump and therefor does not receive the event (in contrast to the second
case).

Is this presumption right ?
How can I get rid of this problem in (1) ?
(Note: I have no possibility to change something in exe which links the
first DLL!!!)

Thanks in advance,
Bj?rn

Sent via Deja.com
http://www.*-*-*.com/



Mon, 30 Jun 2003 21:42:35 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. ATL DLL event sink with a VB ActiveX DLL event source

2. Event sinking is sinking me!!! :)

3. Creating an event sink for #imported dll

4. ATL COM Component firing events into VBScript event sink

5. Fire an Event, sink a event - Help!

6. How to event sink to events in the same IDispatch derived class

7. Event Sink for a COM object which raises events - Proof of Concept

8. Create ocx in Dll(regular Dll using shared MFC Dll)

9. Create ocx in Dll(Regular Dll using Shared MFC Dll)

10. Create ocx in Dll(Regular Dll using Shared MFC Dll)

11. SMTP Event Sink .Net implementation - solution and sample project

12. Event Sink is Not Working for EXE COM

 

 
Powered by phpBB® Forum Software