I am trying to create an ActiveX.DLL file. I have created them before with VB 5.0. However, I can't find this option in Visual Basic 2010. Has it been renamed?

link|improve this question

57% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You cannot create ActiveX objects in VB 2010. You will have to create a class library and use that instead.

Here is a guide for doing it with C#, but there is very little code and I am sure you will figure it out in no time.

link|improve this answer
Any examples using Visual Basic? – Brian Dec 15 '10 at 1:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.