I'm working on a Screenshot Application(The one I liked, the developer dropped it). Any whoo, I have the hot-key done, as well as saving the bmp->png and uploading it to my server. But I'm just not sure how to go about making a function that...
- Freeze the Screen(Or rather, could I create some sort translucent overlay/window?)
- Detects whether the user Left or Right Clicked on the Mouse
- If the user right clicks, the screen is unfrozen and screenshot process is canceled
- If the user left clicks it creates a border(1-2px) around the square(the screenshot area)
- Pull the Coordinates(x, y) and width & height into integers
If anyone could give me some sort of direction, or where I should start looking around in the documentation I'd appreciate it.
Thanks, Brandon