Follow Us!

Handling Errors To Prevent Application Crashes in VB

Posted by on Feb 27, 2009 in Programming Tutorials, Visual Basic 2005/2008 | 0 comments

This tutorial will walk you through a very simple but extremely useful function in programming. When you write code you can never guarantee that specific requirements will be met upon execution and therefore errors are always a possibility. As a coder you need to be able foresee these types of issues and catch them before the application crashes and requires the user to restart it and even worse, lose data that they may have been working on.

Read More

Simple VB Code and All About Arrays

Posted by on Feb 18, 2008 in Programming Tutorials, Visual Basic 2005/2008 | 5 comments

This is one of the many tutorials that you can use to learn the basics of VB. These tutorials will help lay the groundwork so you can move on to more advanced programming. In this tutorial, we look at arrays and how they are used in VB programming.

Read More

Simple VB Code with Strings Booleans and Integers

Posted by on Feb 11, 2008 in Programming Tutorials, Visual Basic 2005/2008 | 5 comments

This is the third tutorial in the series that will give you a very basic understanding of VB and allow you to learn more advanced features. We are going to be going over strings, integers, and boolean variables.

Read More

Simple VB Code with Command Buttons

Posted by on Feb 6, 2008 in Programming Tutorials, Visual Basic 2005/2008 | 43 comments

This is the second tutorial in the beginners tutorials that will give you a basic insight into VB programming and lay the groundwork for you to be able to understand more advanced concepts. We will be working with modifying forms using command buttons.

Read More

Basic VB Code – Changing Text

Posted by on Feb 2, 2008 in Programming Tutorials, Visual Basic 2005/2008 | 10 comments

This is the first of a series of tutorials to get you learning VB. These tutorials are going to teach you the very basics of VB programming and allow you to be able to learn more advanced features and coding.

Read More

Build your first application with VB Express 2005

Posted by on Sep 6, 2007 in Programming Tutorials, Visual Basic 2005/2008 | 2 comments

Unfamiliar with Visual Basic 2005? This tutorial will walk you through making a very simple application. You will learn how to build the application for deployment and how to use it after you are completed.

Read More