VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This program will swap your mouse buttons

by ojas (14 Submissions)
Category: Windows API Call/Explanation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 1st December 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This program will swap your mouse buttons

API Declarations


Private Const MB_DEFBUTTON1 = &H0&
Private Const MB_DEFBUTTON2 = &H100&


Rate This program will swap your mouse buttons



SwapMouseButton MB_DEFBUTTON2  


End Sub

Private Sub Command2_Click()
SwapMouseButton MB_DEFBUTTON1 
End Sub


Download this snippet    Add to My Saved Code

This program will swap your mouse buttons Comments

No comments have been posted about This program will swap your mouse buttons. Why not be the first to post a comment about This program will swap your mouse buttons.

Post your comment

Subject:
Message:
0/1000 characters