Student's Registration Form with AutoIncrement/AutoNumber in a TextBox

Submitted by janobe on
In this tutorial I will create a Student's Registration Form. I will show you how to use a Module in setting up your codes and minimize bunch of codes in your Student's Registration Form. And at the same time, it AutoIncrement a TextBox and generates the AutoNumber of the Student's Id.

Mediksys (Hospital Management System)

Submitted by Olasunkanmi on
Mediksys is a hospital management system designed using Visual Studio 2008 and MS Access 2003. Username and password is admin Features include save, delete, edit, refresh, search by either first name, surname or id. The search also includes autocomplete. Crystal report with option to print a single selected record or all the records in a datatable. Also a flexibility in the DataGridView which

Race Between Oracle as No. 1 Database and MySQL

Submitted by anthea on
Not only in every sports, audition, and career in life competition always exist, but it is also present in every database system. Oracle is considered as the No. 1 database, but the MySQL will never let itself left behind with other database especially to the Oracle. According to the DB-Engines site which tracked and determined the most popular database, it currently ranked Oracle at the top slot

Login User and User Registration Form in Visual Basic 2008 and MySQL Database

Submitted by janobe on
In this tutorial I will show you how to create a Login User and User Registration Form using Visual Basic 2008 and MySQL Database. In this features, you can Register and Login what you’ve Registered in the User Registration Form. Login Form is very Important in making a System because this serves as a Protection in your System from Invaders.

15 Tips as Successful Independent Software Developer

Submitted by blinkremz1 on
The main advantage on this career as an independent software developer is having yourself as a boss, no corporate policies should be followed but considering limitations. As an independent software developer there are at least 15 steps to be followed according to infoworld.com in order to attain accuracy and to maximize the free source job: 1. If your working in a corporate company and opted to

Clearing of Multiple Textboxes in just a Click Using Visual Basic 2008

Submitted by janobe on
If you are a beginner in Programming Languages and you’re using Visual Basic, this tutorial will help you minimize your code and lessen your work. This procedure is to clear all the data in the TextBoxes in a certain Form, for example, when you create a “User Entry” Form.