Programming Tutorials

02.27.2009 Handling Errors To Prevent Application Crashes in VB

Handling Errors To Prevent Application Crashes in VB

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.

Posted in Programming Tutorials,Visual Basic 2005/2008 by Mike Maguire
11.09.2008 Installing Microsoft SQL 2008 Express Edition

Installing Microsoft SQL 2008 Express Edition

This tutorial will walk you through installing Microsoft’s SQL Server 2008 Express Edition. This will allow us to create a database and start writing more advanced applications in Visual Basic that require a database.

Posted in Programming Tutorials,Windows Tutorials by Mike Maguire
02.18.2008 Simple VB Code and All About Arrays

Simple VB Code and All About Arrays

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.

Posted in Programming Tutorials,Visual Basic 2005/2008 by Mike Maguire
02.11.2008 Simple VB Code with Strings Booleans and Integers

Simple VB Code with Strings Booleans and Integers

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.

Posted in Programming Tutorials,Visual Basic 2005/2008 by Mike Maguire
02.06.2008 Simple VB Code with Command Buttons

Simple VB Code with Command Buttons

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.

Posted in Programming Tutorials,Visual Basic 2005/2008 by Mike Maguire
02.02.2008 Basic VB Code – Changing Text

Basic VB Code – Changing Text

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.

Posted in Programming Tutorials,Visual Basic 2005/2008 by Mike Maguire
09.06.2007 Build your first application with VB Express 2005

Build your first application with VB Express 2005

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.

Posted in Programming Tutorials,Visual Basic 2005/2008 by Mike Maguire
04.27.2007 Installing Visual Basic 2005 Express Edition

Installing Visual Basic 2005 Express Edition

This tutorial walks you through the process of installing Visual Basic 2005 Express edition. This will allow to learn to create applications.

Posted in Programming Tutorials,Visual Basic 2005/2008 by Mike Maguire