-
Hi All,
I'm using wxIEHtmlWin on XP SP2 and Vista and found that this component does not show standard Internet Explorer's dialogs and security bands (yellow bars at top), for example when page required flash plugin. I attempt to enable it by CoInternetSetFeatureEnabled with option FEATURE_SECURITYBAND and FEATURE_RESTRICT_ACTIVEXINSTALL but it has not effect.
I'll be very thankful for any...
2009-08-24 22:46:21 UTC by bozhyk
-
How does this relate to the new wxActiveXContainer class?
Will the two be merged?.
2008-05-28 12:34:49 UTC by ignacvucko
-
Hi,
I have used flash activex inside wxActiveX. I am able to launch flash swf file using wxActiveX but I dont know how to call Flash method using ExternalInterface which can be used inside C# or VB code.
Any help would be deeply appreciated.
2008-01-05 11:02:48 UTC by getpravin
-
Hi,
I have used flash activex inside wxActiveX. I am able to launch flash swf file using wxActiveX but I dont know how to call Flash method using ExternalInterface which can be used inside C# or VB code.
Any help would be deeply appreciated.
2008-01-05 10:42:30 UTC by getpravin
-
...forgot to add: The patch is based on CVS head.
2007-11-22 16:55:45 UTC by mortenmacfly
-
This patch bring wxActiveX to a level where it works with unicode and wx28. If anyone is interested in cooperation, please answer.
If the maintainer of wxActiveX reads this: Is there still development? Any chance of "taking over" the project?!
2007-11-22 16:55:23 UTC by mortenmacfly
-
I'm trying to use an ActiveX control in my app, and although the control works fine, the font size is about twice as large as the text in the wxWidgets controls. Is there any way to change this?
Many thanks,
Leo.
2007-05-20 16:19:06 UTC by leoshaw
-
I'm using a grid control that requires a runtime license (which I have purchased). I need to pass the license key (which I got using licreqst.exe) when creating the control but I don't know how. All the sample code I've looked at is based on MFC and I don't see where I would pass this parameter in wxActiveX.
Anyone know?
TIA,
Santiago.
2007-03-30 07:13:37 UTC by metalogic
-
I am having a few users of some software I have developed, report crashes when they have installed IE7. I have not been able to reproduce it, but I got some crash dumps and it seem to happen in wxIE.
The exact location of the crash is wxactivex.cpp(274):
hret = m_Dispatch.QueryInterface(IID_IDispatch, m_ActiveX);
It seems like it is this call above it that fails...
2007-02-12 20:56:56 UTC by artost
-
another revision to the patched file
File Added: wxactivex.cpp.
2006-12-09 20:12:49 UTC by wojtow