TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mikael Håkansson
NA
1
0
How to build an ActiveX control in C#
Oct 20 2005 8:20 AM
Hi! I´m currently writing an usercontrol in .Net and using it in vb6. This works fine if I register it as a COM interop. I can create an instance of the control in runtime and add it to the vb6 form using the VBControlExtender However, I can´t add the component to the component tab in vb6 since it´s not an ActiveX control. I wonder if it is possible to compile a class library as an ActiveX component in C#? Any help is appreciated. Mikael
Reply
Answers (
1
)
Is it possible to create an object in C# and access it in an ASP page using Server.CreateObject?
HOW DO U MAKE AN ASP.NET DATAGRID RESIZEABLE?