How to make a DLL in VB 6.0 , please write steps please please.....
+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
2010-10-19 13:09:16
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
2010-10-28 22:16:05