The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ossama on July 07, 2009, 05:25:24 PM

Title: ActiveX client (OLE controls):how to write a program that use ole controls
Post by: ossama on July 07, 2009, 05:25:24 PM
hello all,
how can i use an OLE control (activeX) in my masm programs, i think it is called "container", is there a example that shows this (even if it is in plain C/c++)
thank you in advance
Title: Re: ActiveX client (OLE controls):how to write a program that use ole controls
Post by: ToutEnMasm on July 07, 2009, 06:56:41 PM

In all cases you have to know more of the control than you say.
Can be simple,just get the typelib and see which interfaces he export.
Can be complex,as the Internet explorer , This one need you implement an interface in your source or other methods to intercepts events.

Title: Re: ActiveX client (OLE controls):how to write a program that use ole controls
Post by: Biterider on July 07, 2009, 09:06:29 PM
Hi
Search for Japheths OcxContainer

Biterider