Run++ Created by Wes Haggard http://weblogs.asp.net/whaggard/ Requirements: Run++ Requires .Net Framework 2.0 Install: 1) Visit http://puzzleware.net/runpp/runpp.application 2) Click Install 3) Press Win+Space Then you are all set to go... History: Version 0.9.0.1 * Fixed and issue with the Hotkey manager (namely you couldn't enter a hotkey anymore) Version 0.9.0.0 + Updated to .Net Framwork 2.0 (Final version) + Changed Deployment to use ClickOnce style depoyment/updating. + Added a configurable limit to the number of items in the suggestion list + Turned off suggestion list by default so only auto append/complete is on by default + Switched to use the system RegisterHotkey by default instead of my keyboard hook now I only use the keyboard hook if needed + Switched the default laucnch hotkey from Win+R to Win+Space because of potential issues with .NET keyboard hook * Other minor bug fixes Version 0.8.0.0 + Updated to .Net Framework 2.0 Beta 2 + Added way to customize appearance of prompt (settings are updated via new tab in options dialog) + Created my on program settings provider + Put the keyboard hook on its own thread + Added Alt key modifer for running a command with user credentials (i.e. if you hold alt key down when you press enter to run a command you will get a login prompt) * Eliminated the problem of the caret being in the wrong spot by hiding when a key is pressed * Cleaned up and streamlined keyboard handling code * Fixed problem with clearing the password in the user info * Fixed program shortcuts being loaded from All Users/Start Menu when running as non-admin * Fixed problem of text being overwritten when you paste it into a non-empty prompt * Other minor bug fixes Version 0.7.7.0 * Fixed problem with dialogs not coming to the front because they were launched from a background thread * Fixed problem with holding CTRL down to edit command * Made \ format work for the runas create process * Fixed problem with dropdown not closing when command is run * Made the import/export of the command list run on background workers * Other minor bug fixes Version 0.7.5.0 + If no working directory is set then it now defaults to the directory that the executable resides in. + Commands executed from the prompt are now ran on a separate thread. However the commands run from command editor or command list are still ran on the main thread. * Fixed case-sensitivity problem with getting Default Browser information from registry * Fixed problem of holding CTRL to edit command when CTRL was part of the hotkey by not opening the command dialog via hotkey access. * Fixed the bug to where you can now edit existing commands by typing the command and holding the CTRL down when you execute it. Version 0.7.2.0 * Settings now save after each change to ensure they get saved, in the case of the program getting killed + Settings now automatically upgrade from the previous version once you run a new version * Fixed some of my custom combobox/autocomplete control bugs + F1 key now displays the help file associated with the particular form * Other minor bug fixes Version 0.7.1.0 + Initial Beta Key + - Added * - Fixed Known Issues: - Run++ doesn't work well in Virtual PC at least not with XP SP2. I think it doesn't play well with the keyboard hook that is used to handle the hotkeys. I'm not sure what to do about this right now.