ActiveX in .Net?

N

Norman Yuan

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?
 
G

Gary Chang

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.
--------------------
 
T

Tian Min Huang

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top