Thanks for Eirc and Kevin's suggestions.
Hi Brad,
Here are some further suggestions on ACTIVEX with .NET:
* I noticed that you asked about creating ActiveX controls in .NET.
You can create a .NET component and add a COM wrapper. Then it can work in
IE as though it was an ActiveX component. However, this requires that EACH
end user who browses the page have the .NET framework installed. Some
alternative options are to use Visual Basic 6.0 or Visual C++ 6.0 which can
create ActiveX controls.
* Registering the control on the host and the client.
If you "use" the control on the host, then it needs to be registered on the
host server. If the server does not use it, but merely passes it to clients
for them to use it, then it does not need to be registered on the server.
Regarding the client, when the browser uses the object tag to create an
instance of the ActiveX control, it will register the control on the client.
you can also reference some ActiveX in HTML examples.
http://msdn.microsoft.com/downloads/samples/internet/imedia/netshow/simpleem
bed/default.asp
http://msdn.microsoft.com/library/en-us/vccore98/html/_core_upgrading_an_exi
sting_activex_control_to_be_used_on_the_internet.asp
http://msdn.microsoft.com/library/en-us/vccore98/html/_core_internet_first_s
teps.3a_.activex_controls.asp
Hope these helpful.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx