VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Create Standard DLLs in Visual Basic v2 make your own api

by Daniel Lo Nigro (Daniel15) - DanSoft Australia (3 Submissions)
Category: Miscellaneous
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (20 Votes)

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 Declarations
not many ;)

Rate Create Standard DLLs in Visual Basic v2 make your own api

Download Create Standard DLLs in Visual Basic v2 make your own api

Download Create Standard DLLs in Visual Basic v2 make your own api (19 KB)

Create Standard DLLs in Visual Basic v2 make your own api Comments

No comments have been posted about Create Standard DLLs in Visual Basic v2 make your own api. Why not be the first to post a comment about Create Standard DLLs in Visual Basic v2 make your own api.

Post your comment

Subject:
Message:
0/1000 characters