yogeshwartyagi Posted May 1, 2011 Share Posted May 1, 2011 To swap the mouse buttons you need the function SwapMouseButton whose declaration is shown here: Declare Function SwapMouseButton Lib "user32" (ByVal bSwap As Long) As Long Set the argument bSwap to a non-zero value to swap the mouse buttons. Set it to zero to return to the normal non-swapped state. Most of the microsofts programming languages including VB and VFP support calling win32 api. So now you should be able add swapmousebutton funtionality to your applicaton. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.