ActiveX client (OLE controls):how to write a program that use ole controls

Started by ossama, July 07, 2009, 05:25:24 PM

Previous topic - Next topic

ossama

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

ToutEnMasm


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.


Biterider