Hi Mindaugas,

Il 18/05/2009 23.13, Mindaugas Kavaliauskas ha scritto:
Hi Francesco,

in the past I've wrote some code to "include Internet Explorer window into my dialogs as a separate control". Using some sample on the internet I've implemented: IOleInPlaceFrame, IOleClientSite, IOleInPlaceSite interfaces (3 dozens methods), used IOleObject, IHTMLDocument2, IWebBrowser2 interfaces. It was a large piece of code, and only one browser object was supported.

Using atl.dll I need a few lines of code and everything is (almost) working. Also, I see here we talking about completely different interfaces: IEventHandler, IConnectionPoint, IEnumConnectionPoints, IConnectionPointContainer.

Are these two different things the same ActiveX?

Sorry, it's perhaps out of Harbour topic, but for me it is very difficult to understand something reading MS docs.



ATL is, AFAIK, a MS general interface towards ActiveX.
So implementing it should permits use of most of ActiveX.
I used the free implementation posted from Lira Lira Oscar Joel in FreeWin project, that was used from various [x]harbour based projects. But, probably for my limits or erroneous use, it doesn't work well in my projects (instances were still in memory at program end so my app does not quit gracefully).

I will look at Pritpal's upload, but, as I wrote before, I would like to have an independent (from gtwvg) version.

Best Regards,
Francesco



_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to