Liberty BASIC can make 32-bit Windows API calls and also bind to third party Dynamic-Link-Libraries. Liberty BASIC programmers now have access to hundreds of functions provided in Windows and from third-party sources that can greatly increase productivity.
Calling APIs and DLLs
Informational resources about APIs/DLLs
What are APIs/DLLs?
How to make API/DLL calls
Example Programs
Using hexadecimal values
Using Types with STRUCT and CALLDLL
Passing Strings into API Calls
Caveats