Is there any way to check for a hotkey combination while a blitz plus window is not active?
I want to make a screen shot program that will take a shot of a specific area of the screen the user picks with the mouse. But I want the window to be minimized, or maybe in the system tray so the user won't have to deal with it.
So it would have check for a key combination, then let the user drag a rectangle over what he wants to take a shot of all while minimized. I can probably fake the last part by snapshotting the whole desktop, blowing up a fullscreen window, drawing the desktop and letting the user pick on the fake screen.
The hard part is how does a minimized application check for a hotkey or mouse button click (middle mouse for screen shot would be useful for taking a lot of snapshots)?
I know windows programs can do this, I have another program called screenseize that does this but it's kind of flakey. I'd rather make my own to streamline my screen grabbing, which I do a lot of!
I want to make a screen shot program that will take a shot of a specific area of the screen the user picks with the mouse. But I want the window to be minimized, or maybe in the system tray so the user won't have to deal with it.
So it would have check for a key combination, then let the user drag a rectangle over what he wants to take a shot of all while minimized. I can probably fake the last part by snapshotting the whole desktop, blowing up a fullscreen window, drawing the desktop and letting the user pick on the fake screen.
The hard part is how does a minimized application check for a hotkey or mouse button click (middle mouse for screen shot would be useful for taking a lot of snapshots)?
I know windows programs can do this, I have another program called screenseize that does this but it's kind of flakey. I'd rather make my own to streamline my screen grabbing, which I do a lot of!