tags:

views:

70

answers:

3

How to make a DLL in VB 6.0 , please write steps please please.....

A: 

A quick search on google revealed these instructions

John Sibly
+2  A: 

I assume you mean an ActiveX DLL (in which case this question is a duplicate).

Just work through the step-by-step guide from the VB6 user guide Creating An ActiveX DLL. It's pretty good. It goes through creating the project, building the DLL, and making a client project, and then it explains some underlying concepts and gotchas.

If you mean a standard DLL check out the free tool vbAdvance.

MarkJ
A: 

Here's an FAQ I wrote on the subject a few years ago: http://www.tek-tips.com/faqs.cfm?fid=5940

@ John Sibly: I don't think the OP was looking for how to create a standard (non-COM) DLL, but of course I could be wrong. The OP was pretty vague, after all. :)

BobRodes