It is generally said that a "standard" DLL with exported functions cannot be made in VB. In fact, it only requires a simple process of hooking into the linker command line at compile time, in order to tell VB to add extra functions to the export table.
Thank you to Ron Petrusha for this. Although creating a standard DLL (or controlling the compiler switches generally) turns out to be an extremely simple task, it is not at all an obvious one.
Download vbdll.zip (22kb)
fullnotes: jsware
Previous Post
VB To SQL Server Client Shell Program 1.1
VB To SQL Server Client Shell Program 1.1
Next Post
HTTP UserControl for File Download
HTTP UserControl for File Download
Related Posts
VB6.0 Sample: MSComm Control TechniquesNewVBTerm.exe is a sample that demonstrates various MSComm control techniques that includ
API call to make window "Always on top" attributeSetWindowPos() is not the most obvious API call, but it is the one to use.SetWindowPos( h
Registering/Unregistering ControlsMost programmers only know about how to registering controls without knowing how to Unreg
HTTP UserControl for File DownloadThis is a UserControl for downloading files via HTTP. It uses Winsock1.1 (wsock32.dll) fo
Access to IDE with vbAdvanceVB5 and VB6 are able to build true Win32 native code executables by using what is essenti
URLLink - Simply URL control demo programThis example program demonstrates how to automatically load a user's web browser and poin