Vbtutor - vbtutor.net - Visual Basic
General Information:
Latest News:
Creating a Scientific Calculator 27 Aug 2013 | 05:25 am
In Visual Basic, we can create a calculator that resembles a typical scientific calculator , albeit a simpler version. In our version, we have only included the trigonometric functions and the logarit...
String Manipulation in Visual Basic 2012 22 Aug 2013 | 07:37 am
In Visual Basic 2012, strings can be manipulated using the & sign and the + sign, both perform the string concatenation which means combining two or more smaller strings into larger strings. For examp...
Our newest E-Book, Visual Basic Sample Codes is Finally Launched! 16 Aug 2013 | 09:10 pm
Visual Basic Samples Codes is the Latest eBook written by the webmaster of our Visual Basic 2010 Tutorial , Dr.Liew. It comprises 258 pages of contents and 48 Interesting Sample Codes. All the example...
New Publication- Visual Basic Sample Codes 13 Aug 2013 | 05:00 pm
I have just finished writing the draft of the book, Visual Basic Sample Codes. Now it is undergoing the process of editing and once it is done, the e-book version will be available for sale. The estim...
How to create a polling system in Visual Basic ? 12 Aug 2013 | 08:45 pm
Survey and polling tools are often used in marketing or politics to assess ratings for certain services or products. Polling tools can take many forms, some might just use a simple dichotomous scale o...
Manipulating Check Boxes in Visual Basic 2008 4 Aug 2013 | 08:20 am
Check box is a very useful control in Visual Basic 2008. It allows the user to select one or more items by checking the checkbox/checkboxes concerned. For example, in the Font dialog box of any Micros...
Why Visual Basic 6 Still Popular? 29 Jul 2013 | 06:12 am
Though Visual Basic has evolved into a full fledged OOP language, Visual Basic 6 is still surviving and vastly popular. Due to its vast popularity among the VB programmers, Microsoft is till supportin...
Managing Graphics in Visual Basic 2012 23 Jul 2013 | 08:38 pm
Managing graphics is easy in earlier versions of Visual Basic as they have built-in drawing tools. For example, In Visual Basic 6, the drawing tools are included in the toolbox where the programmer ju...
VB Demo@YouTube 19 Jul 2013 | 10:36 am
We have created a couple of Visual Basic video clips based on our Visual Basic sample codes. Now they are available for viewing on YouTube, we hope that you will like them. http://www.vbtutor.net/ind...
Creating Database Applications in Visual Basic 2012 15 Jul 2013 | 08:13 am
A database management system typically deals with storing, modifying, and extracting information from a database. It can also add, edit and delete records from the database. However, a DBMS can be ver...