Hello everyone, last tutorial we learn how to make a specific file using visual basic 2010. Today we are going to make folder or directory.
According to wikipedia.org - In computing, a directory is a file system cataloging structure which contains references to other computer files, and possibly other directories. On many computers directories are known asfolders, catalogs (used on the Apple II, the Commodore 128 and some other early home computers as a...
Friday, May 2, 2014
Thursday, May 1, 2014

Hey, I have a new tutorial to share to you guys, this tutorial is very exciting and good practice for newbies in programming.
Today we are going to work with files, different types of files, this tutorial is all about making file in visual basic 2008 and above versions. (I do not know if this codes will worked at vb6, well I guess it's worth a try)
Now, we all know that file is very important in digital world. OS and other programs are made out of file...
Tuesday, April 29, 2014

Hey guys today we are going to use another usable condition can be used to run multiple expressions, this statements is the 'Select Case Statement'..Select Case - Runs one of several groups of statements, depending on the value of an expression. This statement can handle 1 to 10 or 10 to thousand statements or depending to the expression want by the programmers. The Basic Structure of Select Case Statement, this statement require you to declare a variable...
Labels:
How to,
VB.Net,
vb2008 Tutorial,
vb2010 Tutorial,
Visual Basic Turorial
Wednesday, April 23, 2014

The most popular visual basic programming is about the ability of the program to save records in to the database.
With this database you can save thousands of records at once. In visual basic programming, the common database software used in visual basic is the Sql Database and Microsoft Access.. Though the programmers of both software made an update, still the methods of adding new records to database does not effect during the update.
According...
Tuesday, April 22, 2014

In programming, it is necessary to make a program with custom designs and functionality. Today, I am going to show you a common things used by programmers.. and its about on "HOW TO ADD CUSTOM THEME AND SKINS TO A FORM IN VISUAL BASIC"..
The process is simple as ABC, you'll just need this Theme Collection to select the theme or skins you want to use in your forms and controls..
As you can see, there are bunch of theme to be used and as custom...
Labels:
How to,
VB.Net,
vb2008 Tutorial,
vb2010 Tutorial,
Visual Basic Turorial
Sunday, April 20, 2014

Hi folks.. welcome to another exiting visual basic tutorial.. today we are going to convert text in textbox into Upper, Lower and Proper case using this common code in visual basic..
First we will discuss what is the vbStrConv : credits to msdn.microsoft.com
The Conversion argument settings are:
Enumeration member
Description
VbStrConv.None
Performs no conversion
VbStrConv.LinguisticCasing
Uses linguistic rules for casing,...
Saturday, April 12, 2014
![Visual Basic Tutorial : How to Compute Numbers In Visual Basic [Mathematical Operations] With Textboxes Visual Basic Tutorial : How to Compute Numbers In Visual Basic [Mathematical Operations] With Textboxes](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9rN21uRKdDfT-t6zb6xm466z9lRzlJde8yy2Pd5i1oIki_E5BvuSDvRIwZBDtA_ozmrkuwzzWDIjj1zPoWLLPywNrkK6sHkagm7N9daTp2E10P8QcvnqjFRdSo0AQJJMjO5wchU4k48w/s600/How+to+Compute+Numbers+In+Visual+Basic+%5BMathematical+Operations%5D+With+Textboxes.png)
Hi all, in this tutorial we will tackle about mathematical computing in vb.net (visual basic 2010).. We all know that computers works with the same basic principles.. Computers are built decades ago to use for powerful computing.. A single characters in your keyboards are represented as binaries as zeros and one ("0 1").
Developing Simple or Advance Calculators in visual basic are made easier using the batch of codes to be written under every controls..
Before...
Labels:
How to,
VB.Net,
vb2008 Tutorial,
vb2010 Tutorial,
Visual Basic Turorial