Visual Basic .NET

Enrollment System

Submitted by jkev on
Enrollment system is a type of system used to make the enrollment process more easier, effortless and lessen the use of time. Like other systems, it also includes common functions like add, edit and delete. This system enables the user to register or to update a specific data of a student which will be added after the user hits the save button. Forms are being placed inside the MDI form as the

Exchange Rate Money

Submitted by sanbunna9 on
Hello everybody, this is my project exchange money rate using vb.net. This project also provide source code to other developer that want to using code in vb.net. Feature this project also have : - Log in user - User registration - Connection to database - if else condition - Create function - Splash screen If everyone want to ask me about this project please contact me : mail: [email protected]

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.

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.