943,937 Members | Top Members by Rank

Ad:
Apr 4th, 2006
0

dll in VB

Expand Post »
Hi
How I create a DLL in VB?
Thanks
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
KaRy is offline Offline
1 posts
since Apr 2006
Apr 6th, 2006
0

Re: dll in VB

Select ActiveX Dll Project Type
Reputation Points: 20
Solved Threads: 10
Junior Poster
aparnesh is offline Offline
193 posts
since Jul 2005
Apr 6th, 2006
0

Re: dll in VB

Be advised, this type of .DLL is not a Real .DLL, but an activeX (COM) DLL. The difference has to do with dependancies, and entry points, which is well beyond the scope of this thread, and may need to be in a different forum altogether. For the sake of simplicity, however, know that there is a difference between a VB .DLL, and a "real .dll"
Team Colleague
Reputation Points: 361
Solved Threads: 214
Taboo Programmer
Comatose is offline Offline
2,413 posts
since Dec 2004
Apr 6th, 2006
0

Re: dll in VB

Hi,

There is no way to create a non-activex DLL with VB6 without using extreme hacking or wrapping your ocx with a DLL created in VC++. Google both if you have time. Or check this http://www.desaware.com/products/uni.../features.aspx. There are also other new generation Win32 Basic compilers around as you know.

Loren Soth
Reputation Points: 28
Solved Threads: 4
Posting Whiz in Training
Lord Soth is offline Offline
233 posts
since Mar 2006
Apr 6th, 2006
0

Re: dll in VB

Right, The Clarification is necessary because in VB6, there are drastically different methods for using the functions in each. You can't declare an activex-dll and use it like you would kernel32.dll. You have to add a reference to an activex-dll in vb's IDE, where you must declare (like an API call) "standard" dll's.
Team Colleague
Reputation Points: 361
Solved Threads: 214
Taboo Programmer
Comatose is offline Offline
2,413 posts
since Dec 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Key stroke change
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: MSFlexGrid Search Loop





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC