Right click, button

  • Thread starter Thread starter John Bailo
  • Start date Start date
John Bailo <[email protected]>'s wild thoughts were
released on Thu, 18 Aug 2005 16:40:33 -0700 bearing the
following fruit:
Is there any way to enable right click on a winform button?

You might want to be more specific. There's nothing stopping
you from right clicking a button ;-)

My guess is that you want to show a menu when the user right
clicks on a button?




Jan Hyde (VB MVP)
 
Jan said:
John Bailo <[email protected]>'s wild thoughts were
released on Thu, 18 Aug 2005 16:40:33 -0700 bearing the
following fruit:




You might want to be more specific. There's nothing stopping
you from right clicking a button ;-)

My guess is that you want to show a menu when the user right
clicks on a button?

First, of all, I realize: I'm left handed so I've confused everyone!

My left click is my primary button and right click is my secondary.

No, it's a filter function.

So, I want left click to activate the filter and right click to clear
the filter.
 
John Bailo <[email protected]>'s wild thoughts were
released on Mon, 22 Aug 2005 09:06:27 -0700 bearing the
following fruit:
First, of all, I realize: I'm left handed so I've confused everyone!

My left click is my primary button and right click is my secondary.

No, it's a filter function.

So, I want left click to activate the filter and right click to clear
the filter.


Soooo... Are you asking how to determine which mouse button
was clicked on a command button?

J



Jan Hyde (VB MVP)
 
Back
Top