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.