|
LoadDll | |
LoadDll Filename$, DLLNumber | |
Parameters: Filename$ = The file name and path of the DLL you wish to load DLLNumber = The DLL number where you wish to store the DLL |
|
Returns: NONE | |
LoadDll will read a DLL from disk into your computer's memory for later use. You must provide this command with the path and filename of the DLL to load, and a free DLL index. FACTS * You can only use standard DLLs. See: NewAX for ActiveX support. * Use GetDllExist to check if DLL has already been loaded * Use GetDllCallExist to check if a function exists within a loaded DLL * Use DllCallConv to change the calling convention used to call functions from a DLL. Mini Tutorial: This example shows how to toggle the visibility of the mouse cursor using Windows' user32.dll.
|
Related Info: | CallDll | DeleteDll | GetDLLCallExist | GetDllExist | GetDllFileName$ | GetDllStatus | GetFreeDll | LinkDLL | LoadNewDll | NewAx : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |