2. COleControl::FireEvent is not working for IE7
Hi,
We have a web-application built using VS2005/VC++. It has an ActiveX control
(OCX) in the UI. When we right click in the activeX it opens a popup box
which shows different menu items to open external URLs. When we click on any
of the menu item nothing is triggering or happening. It works on IE 6.0 but
not on IE 7.0 with Windows Server 2003 sp2 x64 Edition.
It seems the problem is in firing event in afxctl.inl
_AFXCTL_INLINE void COleControl::FireClick()
{ FireEvent(DISPID_CLICK, EVENT_PARAM(VTS_NONE)); }
Can you please suggest what can i do to fix this?
3. InsertItem fails for COleControl subclassing SysListView32
4. How can I PostMessage(WM_USER) to COleControl derived class from a global function?
5. Can't draw bitmap beyond 32767 units in COleControl::OnDraw
6. How to trigger onCreate (COleControl) in Edit-mode Powerpoint
7. COleControl::FireEvent is not working for IE7
8. Tap & hold, MFC and COleControl
9. Windows Handle Map problem using COleControl and COleControlModule.
11. Memory leaks in COleControl
12. COleControl background painting
13. Font selection in COleControl::OnDraw
14. How to trigger onCreate (COleControl) in Edit-mode PowerPoint
15. COleControl and CWnd - Using both - Newbie