My new program coded in VB.Net called SCapture. SCapture is a screen capture program with the following function in capturing:
- Capture the screen with a fixed Rectangular size.
- Capture the screen with an adjustable Rectangular.
- Capture an active window.
- Capture full screen.
Beside that, it also has setting to save the captured image in:
- Edit with paint
- Copy to Clipboard for Paste
- Save in Directory
Here is a video that shows how it works.
In this post, I will explain about how the concept that I use in this program.
To capture the program with rectangular size (also for adjustable size), once capture button is clicked or when shortcut key is pressed, a window form with a Picture box appear. The picture box show the screen as image and just simple mouse click and drag will draw a rectangular. In adjustable mode, the rectangular can be adjust after drew.
In later post, I will show my coding (Only if I got some reviews in comments) . For those who want to try this SCapture program, you can download it from my website. Please feel free to leave comments. Thank you.