Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


swap mouse buttons
 

 

'swap mouse buttons

Public Declare Function SwapMouseButton Lib "user32" Alias "SwapMouseButton" (ByVal bSwap As Long) As Long
Public Const MB_DEFBUTTON1 = &H0&
Public Const MB_DEFBUTTON2 = &H100&

SwapMouseButton MB_DEFBUTTON2
' To Change the left to right

SwapMouseButton MB_DEFBUTTON1
' To Reset

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
decimal to binary conversion(PHP)
set a background image(CSS)
service status(VBScript)
Todays date(VBScript)
display the user agent(ASP.net)
get the exact date and time(VB.net)
Absread in C(C)
show all files in a directory(VB.net)

    




Copyright © 2003 by programmershelp.co.uk