Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
What is the difference between a class library and an ActiveX Control in C#?
Posted
Updated 13-Dec-10 20:54pm
v2

1 solution

The main difference is in the technology: a class library, is usually available as C# source code, while an ActiveX Control is a native binary COM object.
 
Share this answer
 
Comments
yummy02 14-Dec-10 3:52am    
Can I use ActiveX in C#?
CPallini 14-Dec-10 4:24am    
Of course you can, see: http://msdn.microsoft.com/en-us/library/ms173184.aspx and, for instance: http://www.informit.com/articles/article.aspx?p=27219&seqNum=9
Dalek Dave 14-Dec-10 4:26am    
Good Answer Carlo.

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