Velmex    |    BiSlide    |    XSlide
Image Fade Right
 
VXM Driver Documentation - Visual Basic 6 - LoadDriver
 
Image - VXM

All functions assume you followed directions in the "How To Add To Your Project"

LoadDriver

The LoadDriver function is used to load the VXM driver into memory.

Syntax:
      LoadDriver(ByVal PathToDll As String) As Long

Parameters:
      PathToDll = Location of the "VxmDriver.dll"

Returns:
      0 if load failed
      Windows Hwnd to driver if load success

Example:
      Dim DriverLoaded As Long
      DriverLoaded = VXM.LoadDriver(App.Path + "\Driver\VxmDriver.dll")

Image Fade Bottom Image Fade Right Bottom