Visual Basic Reference

CallDlls (CallDlls.vbp)

See Also

This sample demonstrates calling procedures in Dynamic-link libraries (DLLs). For more information, see "Using a DLL Procedure in Your Application" in "Accessing DLLS and the Windows API" of the Component Tools Guide.

File Description
Calldlls.frm The main form for the application.
Calldlls.frx Binary data for the Calldlls.frm file.
Calldlls.vbp The project file for the application.
Declares.bas Module containing declarations of DLLs used in the sample.
Frmmenus.frm Form for showing system information.

To Run

From the Visual Basic File menu, choose Open Project and select the Calldlls.vbp file, which is listed in the Samples directory. Press F5 or choose Start from the Run menu to run the application.