c plus plus - projects
Here you will find a bit of c++ examples that I get involved
Projects:
- camz - A very small program that takes a screen snapshot that you can save on disk or in the clipboard.
- Download:
- SourceCode - camz_src.zip
- Binary Version - camz_exe.zip
- gdiplus.dll (windows 2000)
- Features:
- It does not need to be installed
- Easy to use
- Export the captured image in 4 different formats: png, jpg, gif and bmp.
- Allow the user to create a Desktop or QuickLauch shortcut
- How to install:
- Just uncompress the executable file (camz_exe.zip) in a windows folder.
- How to use:
- Just execute it, and draw a retangle on screen, while pressing the mouse left-button
. After released, a file save dialog will ask you to save your image. - Tips:
- If the area is selected with the CTRL key pressed, the captured image will be send to the clipboard
- By Pressing the ALT+D while the program is under execution you will be asked to create a DESKTOP shortcut after you finish your screen capture.
- By Pressing the ALT+Q while the program is under execution you will be asked to create a QUICK LAUNCH shortcut after you finish your screen capture.