There was a bug in the gdip class I wrote.
In the CaptureWindow_Fullscreen function the SystemArea.Top and SystemArea.Left are in the wrong order. Should be Left then Top not Top then Left.
Registry print screen key should allow you to use the (alt)+print screen key on your keyboard and it will then capture the image and open up the preview window.
Hotkeys cannot be used if they are already registered. Therefore you wont be able to set an already in use hotkey in the script. Only way a collision could occur is if the script isn't running when you assign the same hotkey. At that point when we load up we will warn the user that the hotkey is in use.
I like the idea. We could simply add some text in the window that says what function they are using.
The ability to change the type is available in the viewer but not yet in the preview window. These windows are going to be getting a complete overhaul which could see this being made available.
I want to add Window Position remembering so why not last folder. Not much code for that one.
Thanks for the suggestions