Velmex    |    BiSlide    |    XSlide
Image Fade Right
 
VXM Driver Documentation - PowerBasic - 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:
      FUNCTION LoadDriver(PathToDll AS ASCIIZ)AS LONG

Parameters:
      PathToDll = Location of the "VxmDriver.dll" (Typically same folder as your *.bas file)

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

Example:
      LoadDriver "VxmDriver.dll"

Image Fade Bottom Image Fade Right Bottom