Can't fire events to IE
-
Hi! I have developed a simple COM object using ATL 3.0. I intend to use this object in a web page. Everything works nice except for the event firing. These events are being fired from a second thread via a PostMessage mechanism, so that no apartment issues arise. The strange thing is that my ProxyGenerator wizard generated code has the connections variable (int nConnections = m_vec.GetSize();) set to zero (watched this behaviour while debugging) so that the firing doesn't take place. The same thing happens if i package my component has a Lite control. But it all works perfectly fine with a Full control. The problem is that i don't need a UI, consequently, i don't need a Full control's overhead. Is it possible for a simple Com object to Fire Events to the IE? How? Please help me! Thanks in advance. Luís Teixeira