ET 2007-08-02 11:31
The UltraMon Hotkeys feature can "run an application or script" -- I would suggest moving from CreateProcess, which I think you are using, to ShellExecute, so that it can properly request UAC elecation for the process it's launching. As it is, it fails launching processes that need elevation.
On an unrelated note, it's impossible to create a hotkey that contains the "Enter" key as one of the keys, and we have to resort to editing the binary registry key to get this effect.
|