Attention: if you are running BasicMouse with Vista you might encounter some accessviolationexceptions errors in the BasicBrowser component:
Context: Program Error
Message:
Build #: 272
Exception: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Stack Trace:
at System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject.InPlaceDeactivate()
at System.Windows.Forms.WebBrowserBase.TransitionFromInPlaceActiveToRunning()
at System.Windows.Forms.WebBrowserBase.TransitionDownTo(AXState state)
at System.Windows.Forms.WebBrowserBase.WndProc(Message& m)
at System.Windows.Forms.WebBrowser.WndProc(Message& m)
at cz.a(Message& A_0)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
This is due to a very common BIOS setting:
'EXECUTE DISABLE BIT'. This causes DEP to terminate the BasicMouse application Quick and Dirty...
http://www.intel.com/technology/xdbit/index.htm
If you want to solve this, reboot your system press F2 (or another function key) and disable this feature in the BIOS.