Posting Guidelines
The following guidelines will teach you how to post properly in this website.
Code Coloring
This website has a code coloring for every language you selected. Whether you submit an article, tutorial, comments, source code the syntax highlighting will trigger if you use the following code.
Local Area Network Chat
A step by step tutorial on how to create a simple local area network chat. Programmed by Christopher McKirgan.
How to Print Using Crystal Reports
This tutorial is part of Database Programming Made Easy Series.

Somebody is asking if I can add sample on how to print a report. So here it is. I just tweak some little changes from our previous tutorial on Windows Forms – CheckBox Control.
Windows Forms - TreeView Control
This tutorial is part of Database Programming Made Easy Series.

In this tutorial you will learn how to populate a TreeView Control with data from Microsoft Access database easily.
I am using a Data Reader from out previous example to retrieve the data.
Adding minutes to a datetime variables
Using CDOSYS to Send Email especially for Godaddy
Export MS Access Data to MS Excel
Windows Forms - CheckBox Control
This tutorial is part of Database Programming Made Easy Series.

If you're using CheckBox before in Visual Basic 6.0, you will find in this tutorial on how easy it is to bind a CheckBox control in VB .NET.
I am using Datasets and Data Adapters to connect to our database.