MD5 login

Submitted by jkev on
This code will help you on how to create a login form with md5 encryption. The feature of this code is, it has a input validation does not allow empty field and the password are being encrypted using md5. Hope that this sourcecode will help you in your future system thank you a lot. username:jkev password:jkev databasename:md5_login db folder

Event Registration System

Submitted by jkev on
Hi guys this event registration system is useful in registering the all of the participants in a particular event. You can also network this system if you know how to network the localhost for faster registering of participants this system is easy to use user friendly hope that sourcecode help you a lot thank you. Database name: ers db folder

How to Detect ComboBox Selected Value in DataGridView

Submitted by admin on
Detecting the selected value of ComboBox is done by using the event like SelectedIndexChanged, SelectedValueChanged, and SelectionChangeCommitted. This event is being fired once you select a value in a ComboBox. However, if you have a ComboBox column in DataGridView control, you cannot easily use those events without adding a Handler.

Waist to Hip Ratio Calculator

Submitted by NAOMI AKIGBOGUN on

This application calculates your waist to hip ratio and gives you the results to two decimal places. It also gives you the results accurate for your sex. It groups the results into three categories of excellent, average, or poor, depending on the value and then gives corresponding health advice. Increasingly doctors see waist to hip ratio as a more accurate measurement of health/fitness than the

Video Tutorial: How to Create Master/Detail Windows Form

Submitted by admin on

This video tutorial will teach you on how to create a Master/Detail Windows Form using VB.NET. I used the Library System project to create this tutorial. You can access the source code at Library System in Visual Basic .NET 2008 and SQL Server 2008.

Only the Borrowing of books is being discussed in this video. The important is you will learn how to create a Dataset and drag it into you form.