开发者

How to make a DLL in VB 6.0 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague,开发者_Python百科 incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

How would I make a DLL in VB 6.0?


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.


A quick search on google revealed these instructions


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. :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜