Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Active X DLL in VB6 or VB2003/VB 2005 1

Status
Not open for further replies.

din2005

Programmer
Mar 22, 2005
162
GB
Hi all,

I would like to know if its possible to create an active x dll in vb 2003 or the most recent one i think is vb 2005. I am about to purchase a copy which my department will be paying for. My sole intended purpose first will be creating active x dll like in vb6.

Many thanks
 
You can't create an Active X DLL in .Net. You can however create a .Net DLL and use the framework to create an Active-X wrapper for it. do a search on the forum here for "regasm" I've posted the walk through a few times.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
While you can create an activeX DLL in .net, it's not really set up for that -- you'll probably be better off using VB6 for this.

In .net, COM is not really the focus any more -- you would use remoting or other technologies to accomplish the same thing.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top