|
-
March 16th, 2005, 01:08 PM
#2
Re: Mouse event , ActiveX control
Hi,
The activeX controls message pump seems not to be activated.
Try to add the following line in the OnCreate event of your ActiveX.
Code:
OnActivateInPlace (TRUE, NULL); // == UI-Activate the control
To have more informations on that function, have a look in MSDN to :
PRB: MFC ActiveX Control in IE Doesn't Detect Keystrokes
Best regards!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|