dinodod Posted February 14, 2007 Posted February 14, 2007 As you can see, if I 1st left click on the item, then right click, I get the correct path. But when I simply right click on the item, it doesn't capture teh correct path. I've tried _IsPressed (in my While / Wend portion) but to my surprise, I am not able to capture the mouse clicks fast enough. I can right-click and it's as if it wasn't able to be captured since I think my While/Wend statement is busy looking at other things to validateI feel that I am close if I could smehow make my _IsPressed portion react faster???Thoughts? Digital Chaos - Life as we know it today.I'm a Think Tank. Problem is, my tank is empty.The Quieter you are, the more you can HearWhich would you choose - Peace without Freedom or Freedom without Peace?Digital Chaos Macgyver ToolkitCompletely Dynamic MenuSQLIte controlsAD FunctionsEXCEL UDFPC / Software Inventory UDFPC / Software Inventory 2GaFrost's Admin Toolkit - My main competitor :)Virtual SystemsVMWAREMicrosoft Virtual PC 2007
lekremyelsew Posted February 17, 2007 Posted February 17, 2007 You could set your script to OnEvent Mode, Then GUISetOnEvent($GUI_EVENT_SECONDARYDOWN,"ShowMenu") to make your script detect the click and then show a menu depending on what Ctrl is currently active Hot Corners Rulez!
dinodod Posted February 18, 2007 Author Posted February 18, 2007 lekremyelsew said: You could set your script to OnEvent Mode,Then GUISetOnEvent($GUI_EVENT_SECONDARYDOWN,"ShowMenu") to make your script detect the click and then show a menu depending on what Ctrl is currently activeThanks. I'll give it a shot Digital Chaos - Life as we know it today.I'm a Think Tank. Problem is, my tank is empty.The Quieter you are, the more you can HearWhich would you choose - Peace without Freedom or Freedom without Peace?Digital Chaos Macgyver ToolkitCompletely Dynamic MenuSQLIte controlsAD FunctionsEXCEL UDFPC / Software Inventory UDFPC / Software Inventory 2GaFrost's Admin Toolkit - My main competitor :)Virtual SystemsVMWAREMicrosoft Virtual PC 2007
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now