Link to home
Start Free TrialLog in
Avatar of SuperCoder
SuperCoder

asked on

Making a dll file using VB

Hello,
I have my VB code and I would like to make the file a DLL is that possible?
ASKER CERTIFIED SOLUTION
Avatar of kprestage
kprestage

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KarcOrigin
KarcOrigin

Dear SuperCoder,
I am sure when Microsoft can make a Dll then why don't you ;-) It is very much possible in Visual Basic. You have to start a new project with ActiveDll type.
Goto File option and click New Project, the dialog box will ask you that which type of project do you want to have. Opting for the ActiveDll will solve your problem.

I hope it will help you to enter the nasty world of DLL. Thanks!
Thanks for the points....glad I could help