c.haslam Posted November 28, 2013 Share Posted November 28, 2013 (edited) This is in PowerDesk 9's File Finder. I clicked on a file, then pressed Ctrl_Alt_Q, the shortcut assigned to the following script: msgBox(4096,"","here") ControlSend("File Finder","","[CLASS:SysListView32; INSTANCE:1]","{ALT}{ENTER}") The message box showed, so the script ran. But Properties didn't show. The ControlID parameter was copied from AutoIt Info. Manually works: click on a file, press Alt+Enter, Properties shows. I am running Win 7 Pro Suggestions? Edited November 28, 2013 by c.haslam Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard Link to comment Share on other sites More sharing options...
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