T tmaster Jan 6, 2004 #1 Where can I find an example of handling the right-click event of an object? Thanks
W William Ryan Jan 6, 2004 #2 On the MouseDown Event... If e.Button = MouseButtons.Right Then Your Code here End If