This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Showing posts with label Visual Basic 6. Show all posts
Showing posts with label Visual Basic 6. Show all posts

Monday, 25 March 2013

[VB] Cara Membuat Alarm Sederhana Dengan VB6

Hi Lp'ers
Hari ini saya akan memberikan tutorial untuk membuat "Alarm dengan VB6"

Saturday, 16 March 2013

[VB6] Create A Simple Web Browser

Hi Little Programmer To day I'll Share Tutorial "Create A Simple Web Browser With VB6"
This web browser is very self explanatory but the steps are shown. Once loaded Visual Basic, follow these steps.
1.Create a new project, and then go to "Project" on the menu. 
   Click components or use the shortcut Ctrl+T

[VB6] Create Captcha in VB6

Concept 
The basic thing we are goin' to do is the following steps:
1) Generating Random characters.
2)Printing them in a picture box.
3) Making them scratched.

Friday, 15 March 2013

[VB6] Create A Simple Stopwatch

Welcome Little Programmer
 I will show you how to create a simple stopwatch for visual basic 6 beginners. This stopwatch consists of 3 labels called Label1, Label2, Label3 and 2 buttons called btnSart and btnExit.