Programming guides for beginner...
Any comments are welcomed....
I hope it helps!!! Thanks for drop by...
Powered By Blogger

Saturday, March 9, 2013

Free Screen Capture Program by VB.NET



       My new program coded in VB.Net called SCapture. SCapture is a screen capture program with the following function in capturing: 
  1. Capture the screen with a fixed Rectangular size.
  2. Capture the screen with an adjustable Rectangular.
  3. Capture an active window.
  4. Capture full screen.
Beside that, it also has setting to save the captured image in:
  1. Edit with paint 
  2. Copy to Clipboard for Paste
  3. 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.








Tuesday, January 1, 2013

Simple Tic Tac Toe game for Gadget

As you can see from my Gadget sidebar, there is a Tic Tac Toe game. Anyone of you can have it now.
Just follow the following guide.

1) Add a html/javascript gadget to your sidebar. (or anything that can used for javascript)
2) Add this line into it :

3) Save and it all done, a tic tac toe game in your sidebar for others to play.

This tic tac toe game did not have a pro computer. All steps are randomly pick by computer and it did not store any scores after you refresh the page. It only store the scores in client's browser (the one that playing the game) and it reset after refresh.
Besides that, this tic tac toe game can only be used once in a page. I didn't manage it to be multiple. If multiple in a page, there might be some problems.

Please feel free to update it to your blog/website. Please leave a comment if you like this.