//
archives

HTML

This category contains 1 post

Loading Parameters for a Managed COM Server in HTML.

1. Introduction. 1.1 ActiveX and COM objects may be loaded onto a HTML page via the <object> tag. 1.2 Additionally, parameters may be passed to the ActiveX/COM objects using the <param> tag (see HTML <param> Tag). 1.3 But what if the COM object is instantiated from a managed class exported by COM interop ? In this … Continue reading