January 2002
Intermediate to advanced
288 pages
5h 48m
English
Internet Explorer (IE) supports the OBJECT tag for hosting classic ActiveX controls. In .NET, the OBJECT tag can be used to also host Windows Forms controls and provide accesses to the properties of the hosted control. For those of you familiar with hosting ActiveX controls, the syntax for the OBJECT tag will seem very familiar. The only difference is the CLASSID attribute used to identify the control to be created. The general form of the OBJECT tag is as follows:
<OBJECT ID="<var-name>" CLASSID="http:<assembly>#<qualified-name>" height="<height>"width="<width>"> <PARAM NAME="<property-name>" VALUE="<property-value>"> ...