Microsoft Visual Basic Example. (USEVPI)

This example demonstrates using in the Visual Basic application of the custom control created in the Prolog DLL. In Addition, it retrieves strings from the Prolog DLL.

- Run Microsoft Visual Basic.

- Open Visual Basic project file (VB_Dll.vbp)

- Start command Run | Start With Full Compile with full compile (Ctrl + F5)

The example uses the Visual Prolog DLLs from Examples\DLLS subdirectory, so these DLLs have to be compiled before the example runs.

This example is tested with MS Visual Basic 5.0 and 6.0.