VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Swap the mouse button using SwapMouseButton API

by Karthikeyan (187 Submissions)
Category: Windows API Call/Explanation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 15th December 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Swap the mouse button using SwapMouseButton API

Rate Swap the mouse button using SwapMouseButton API



'Swap the buttons
SwapMouseButton 1
End Sub
Private Sub Command2_Click()
'Bring to Normal
SwapMouseButton 0
End Sub
Private Sub Command3_Click()
End
End Sub


Download this snippet    Add to My Saved Code

Swap the mouse button using SwapMouseButton API Comments

No comments have been posted about Swap the mouse button using SwapMouseButton API. Why not be the first to post a comment about Swap the mouse button using SwapMouseButton API.

Post your comment

Subject:
Message:
0/1000 characters