Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, anyone have any solution to cus

Status
Not open for further replies.

JoaoTL

Programmer
Jun 14, 2001
278
PT
Hi, anyone have any solution to customize the Mouse Right Clik in Forms or Controls. The Mouse Up or Down is for both mouse buttons and i can customize a specific Button of the mouse.

Any Ideas??

Thanks Best Regards

---
JoaoTL
mail@jtl.co.pt
MS Access Site: The Page: moved to
 
JoaoTL


Private Sub YourCmdButton_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Code:
If Button = 2 Then
     Whatever you want to happen on the Right-Click
End If

End Sub


HTH

John

Use what you have,
Learn what you can,
Create what you need.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top