VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Mouse Button Swapper

by LCSBSSRHXXX (11 Submissions)
Category: Jokes/Humor
Compatability: VB Script
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

swap the mouse buttons with this API.

API Declarations
Private Declare Function SwapMouseButton Lib "user32" (ByVal bSwap As Long) As Long

Rate Mouse Button Swapper

Private Declare Function SwapMouseButton Lib "user32" (ByVal bSwap As Long) As Long
Private Sub Form_Load()
DoEvents
  SwapMouseButton 1
DoEvents
  Unload Me
End Sub

Download this snippet    Add to My Saved Code

Mouse Button Swapper Comments

No comments have been posted about Mouse Button Swapper. Why not be the first to post a comment about Mouse Button Swapper.

Post your comment

Subject:
Message:
0/1000 characters