Click to See Complete Forum and Search --> : Calling my ActiveX method from my ASP.NET page…?


d00_ape
October 26th, 2004, 04:30 AM
Hi,
I´m currently developing an ActiveX-kontroll in VS C++ 6.0, to be used in IE 4.0 +.

1.The ActiveX should be started from a ASP.NET web application, must I use plain HTML (Object Tag) for inserting an ActiveX in VS .NET? Is there way to make i a part of the webform instead?

2. The ActiveX should also read som parameters passed throw the web application, user, pass and project etc.... How to I do this? One way I guess is to add PARAM attributes to the OBJECT-tag, how do I read the values from the PARAM into my C++ ActiveX-control? Is there a better way?

Remember that the ActiveX is develop in VS 6.0 C++. I have looked at the Class Wizard/automation/add property but I still don´t get it, how to read HTML/OBJECT/PARAM- values in to my ActiveX.

Thanks for helping!