This code will allow you to make your very own stdcall DLL files using Visual Basic. The DLLs that you create can be called from any programming language that supports stdcall DLLs. Just create or open a project with the functions that you want to export, choose the functions to export and click compile! Create your own DLLs that you can call from any programming language that supports stdcall dlls. Create your own API, share code between your programs, create a control panel applet, create an ISAPI application, the possibilities are endless!
[This is the 2nd version of the code available at https://www.vbcoders.com/vb/scripts/ShowCode.asp?txtCodeId=53476&lngWId=1]
API Declarationsnot many ;)