Velmex    |    BiSlide    |    XSlide
Image Fade Right
 
VXM Driver Documentation - Visual C# 2003 - 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:
      public int LoadDriver(string PathToDll))

Parameters:
      PathToDll = Location of the "VxmDriver.dll" (should be in the same folder as your executable)

Returns:
      0 if load failed
      1 if load success

Example:
      Vxm.LoadDriver("VxmDriver.dll");

Image Fade Bottom Image Fade Right Bottom