Friday, May 2, 2014

Visual Basic Tutorial | How to Make a Folder/Directory in Visual Basic 2010Yo for Beginners

5:57 AM 0
Visual Basic Tutorial | How to Make a Folder/Directory in Visual Basic 2010Yo for Beginners
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...

Thursday, May 1, 2014

Visual Basic Tutorial | How to Make File (.txt or .docx) in Visual Basic 2010

5:22 AM 0
Visual Basic Tutorial | How to Make File (.txt  or .docx) in Visual Basic 2010
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

Visual Basic Tutorial - How to use Select Case in Visual Basic 2008-2010 for Beginners

5:48 AM 0
Visual Basic Tutorial - How to use Select Case in Visual Basic 2008-2010 for Beginners
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...

Wednesday, April 23, 2014

Visual Basic Tutorial : How to Add/Delete Record to MS Access Database Using Visual Basic 2010

6:39 AM 1
Visual Basic Tutorial : How to Add/Delete Record to MS Access Database Using Visual Basic 2010
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

Visual Basic Tutorial : How to Add Custom Form Theme and Skins in Visual Basic

6:13 PM 4
Visual Basic Tutorial : How to Add Custom Form Theme and Skins in Visual Basic
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...

Sunday, April 20, 2014

Visual Basic Tutorial : How to Use vbStrConv to Convert Text into Upper, Proper and Lower Case

6:28 PM 0
Visual Basic Tutorial : How to Use vbStrConv to Convert Text into Upper, Proper and Lower Case
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

6:20 PM 0
Visual Basic Tutorial : How to Compute Numbers In Visual Basic [Mathematical Operations] With Textboxes
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...
Page 1 of 212Next