Hi All,
How to add ActiveX Control to the web page.
I added Object tag in the source html. Only ActiveX control is coming on the
design. If I want to access the properties and manipulate them , I tried to
create one Object ActiveXObject("Namespace.ClassName").But it is giving
error that System cannot find the path specified.
Please help me.
Thanks in advance.
Supriya.
Kevin Spencer - 20 Aug 2007 12:27 GMT
The ActiveX Control is not a server-side control; it is a control that is
downloaded by the browser and run on the client. It cannot be modified or
configured on the server-side, other than to dynamically write the object
tag parameters that will be employed in the browser.

Signature
HTH,
Kevin Spencer
Microsoft MVP
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
> Hi All,
> How to add ActiveX Control to the web page.
[quoted text clipped - 6 lines]
> Thanks in advance.
> Supriya.
Supriya - 20 Aug 2007 12:31 GMT
Please give me some example. I am new to ASP.
Thanks
> The ActiveX Control is not a server-side control; it is a control that is
> downloaded by the browser and run on the client. It cannot be modified or
[quoted text clipped - 11 lines]
>> Thanks in advance.
>> Supriya.
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] - 20 Aug 2007 17:09 GMT
I've posted examples of using ActiveX controls within ASP.NET here:
http://SteveOrr.net/articles/StreamingMedia.aspx
http://SteveOrr.net/articles/Flasher.aspx
http://SteveOrr.net/articles/QuickTime.aspx

Signature
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
> Hi All,
> How to add ActiveX Control to the web page.
[quoted text clipped - 6 lines]
> Thanks in advance.
> Supriya.