Click here to Skip to main content
15,912,756 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi! I would like to ask if you were asked to create an ActiveX Control in c#, does that mean that you have to create a user conrol in c#?
Posted
Comments
Toli Cuturicu 16-Dec-10 10:28am    
There is no ActiveX in c#. Forget about it.
Make an UserControl!

Hi,

Creating ActiveX control is not same as user control.
Please refer this link to create ActiveX control.


[^]
 
Share this answer
 
You will be creating a DLL in C#. ActiveX is not really a term used in .Net development.

This DLL will need to registered in the GAC for use across multiple applications.
 
Share this answer
 
Comments
yummy02 16-Dec-10 0:55am    
Ah, so you mean to say that in C#, I will be creating dll. Then that dll can be use as activeX?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900