force a right click
-
I want to be able to force a system rightclick. Is there a way to do that?
-
I want to be able to force a system rightclick. Is there a way to do that?
yes. try to use the "keys" properties.
-
I want to be able to force a system rightclick. Is there a way to do that?
First, you're going to have to describe what you mean by a "system right-click".
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
First, you're going to have to describe what you mean by a "system right-click".
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007I want to force a right-click so my program will bring up the contextmenu.
-
I want to force a right-click so my program will bring up the contextmenu.
So call the Show method on the ContextMenu you want to show. You don't need to "force a right-click".
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007