All functions assume you followed directions in the "How To Add To Your Project"
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(AppPath + "Driver\VxmDriver.dll")