Tutorials

Windows Forms

Submitted by admin on

Windows Form

This tutorial is part of Database Programming Made Easy Series.

Without Windows Forms your application may look like a DOS application, running in a black and white screen without a Graphical User Interface.

This tutorial will discuss on how to use different controls like TextBox, Label, ComboBox, Button, CheckBox, and finally the ListView Control to access data from our database.

Creating a Table for Books Acquisition

Submitted by admin on

This tutorial is part of How to Make Library System.

Books Acquisition is where you save the information of a Book. In this tutorial I will explain to you the importance of parent/child form to grand child. Since there could be more than one copyright in a book all we have to do is normalize our table into three separate table called Books, Books Copyright, and Books Accession.