@related : Windows Access

Please, avoid UnPortable Technology such as Microsoft !

[[ActiveX]]

“Active X controls” are the first DCOM (Distributed Component Object Model)-based OLE controls

  • start MSVC appwizard
  • Identify UUID

grep uuid *.odl

  • Registering the componant :

regsvr32 ”…\Componant.ocx”

  • Calling the commponant from a webpage

<OBJECT ID=“ActiveXComponant” WIDTH=120 HEIGHT=30

   CLASSID="CLSID:66601D10-EC42-11CE-9E0D-00AA0060XYZ0">
 </object>
  • load page w/ IE it should display a oval
  • now you can try to undertand starting from :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_mfc_cdc.3a3a.ellipse.asp

OLE (Object Linking and Embedding)

ActiveX Template Library (ATL)

Books :

  • isbn:1556226330 # Learn ActiveX Template Library Development with Visual C++ 6.0
  • * ActiveX Controls Inside Out d'Adam Denning chez Microsoft Press 1997

Web plugins

[[MISC]]

ActiveX on Linux ?

iexplore "http://www.laposte.fr/LRE/"
activex.txt · Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki