Simply embed the object tag into the html portion of the page. The object
tag along with the clsid, will identify the correct ActiveX component and
make it available during page execution. ActiveX require explicit permission
to interact with the desktop. The permissions request is built in and the
browser will prompt for permissions and installation so you do not have to
build this in. The ActiveX control can interact with any portion of the
client since it is a client-side object. You must write custom code if you
require interaction with server-side code.

Signature
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
>> How to have ActiveX control called from Web Form in ASP.Net ? ActiveX
>> control is written using VC++/MFC/ATL-COM.
[quoted text clipped - 12 lines]
>>
>> Thanks in advance ..
wuyouren - 24 May 2005 02:03 GMT
ÎÒ»áѽ> >> 1. Also how to take care of issues about security etc ?
> >> 2. Can anyone give me exact steps to embedd activex in a web form ?
> >> 3. Can the activeX control interact with the server side control on the
[quoted text clipped - 7 lines]
> >>
> >> Thanks in advance ..