Prefix Abbreviations for control names – Visual Basic

In visual Basic you should know what are the Prefix Abbreviations for control names before you start with your program. For this you can easy to determine what object you are working on and easy for you to locate the object if problems or debugging occurs. For me, it will make you programming works easy and faster if you do it in organize manner. To all visual basic programmers out there especially...
Continue Reading »

Using Case Select statement for beginners’ user Command Button – Visual Basic

Today I will share it to you another project in visual basic. This project is very easy to do if you know how to use Case Select statement. But if now, in this project you are going to learn using it, just follow the steps and procedures below! The Case: Weight (gram) Cost 0 - 50 1.4 51 - 100         2.7 101 - 250         4 251 - 500 ...
Continue Reading »

Simple Converter using If Else statement in Visual Basic

Another Visual Basic tutorial for beginners out there. Today, I want to share you my Simple Converter Program using If Else statement, the source is very easy for you to understand. No worries about the sure code, just simply secure the objects you are be needing in order to run the program. In this project you are going to create the following objects: FRAME and change its caption to "Converter". COMBO...
Continue Reading »

Display your Full Name in Visual Basic using Dim As Astring

Today I want to share you my finished activity yesterday. In this activity you will learn on how display your Full Name in a LABEL object using Dim As String. I know that it will help you for your program in the future as a beginner. The objects you needs are Three (3) LABELS, Two (2) TEXTBOXES, One (1) COMMAND BUTTON, and One (1) FRAME. Just look like this screenshot: Only the COMMAND...
Continue Reading »

Color Changing using Microsoft Visual Basic 6.0

In Visual Basic 6.0 you can create amazing color changing program, you can use the RGB (Red, Green, Blue) color and combine them using your color changer program. I know that you gonna say WOW! if you finish and runs this program. You wanna know, because it’s AMAZING! I want to share this to all beginners in Visual Basic 6.0 to let you experience what I am saying. Here are the procedures you are...
Continue Reading »

Visual Basic Tutorial: How to run smoothly Microsoft Visual Basic 6.0 in window 7 without dragging delay?

In Windows XP Visual Basic 6.0 run smoothly, I mean when you create a command button, text box, label, picture, horizontal scroll bar, vertical scroll bar, etc, if you drag it you cannot feel the delay, just look like this:  But in Windows 7 it’s different, you can feel the delay and you cannot focus to your work because of this annoying problem, look like this: Friend, don’t...
Continue Reading »

What is the meaning of Conductor and Insulator?

Everything in this world harms us if we don’t know how to use or handle it. Electricity is very important and useful one, if we don’t have electricity, we can’t operate computers, big machines, lights and other equipment using electricity. But on the other hand electricity can be a harmful one, if you don’t know how to it, it could be your end.  So, properly handling and use is recommended...
Continue Reading »