ActiveX in .Net?

  • Thread starter Thread starter gregory_may
  • Start date Start date
ActiveX controls created with .NET and WORKS on .NET? User control
(Windows.Form.Control) created with .NET does and should work on .NET, why
bother the convert it to ActiveX control and then use it on .NET?
 
Hi gregory_may,

Thanks for posting in the community.

Currently I am looking for somebody who could help you on it. We will reply
here with more information as soon as possible.
If you have any more concerns on it, please feel free to post here.


Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Hello Gregory,

Thanks for your post. You can use COM Interop to use an ActiveX control in
.NET. Please refer to the following MSDN documentations:

Exposing COM Components to the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconexposingcomcomponentstonetframework.asp?frame=true

Exposing .NET Framework Components to COM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconexposingnetframeworkcomponentstocom.asp?frame=true

Interoperating with Unmanaged Code
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconinteroperatingwithunmanagedcode.asp?frame=true

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top