VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Simple Code to Swap the Left and Right Mouse Buttons

Raghu  (22 Submissions)   Windows System Services   Visual Basic 5.0   Unknown Difficulty   Tue 13th June 2000   Mon 8th February 2021

A Simple Code to Swap the Left and Right Mouse Buttons

API Declarations


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

Rate A Simple Code to Swap the Left and Right Mouse Buttons (2(2 Vote))
A Simple Code to Swap the Left and Right Mouse Buttons.bas

A Simple Code to Swap the Left and Right Mouse Buttons Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters