visual basic

Create a dynamic NumericUpDown and button into the DataGridView.

Submitted by Thongkorn on
This article is an extension of the grid capabilities (DataGridView) which is the basic control (or component) that is attached from Microsoft. By adopting a button that increases or decreases integer values (NumericUpDown) is inserted into the grid (Between 1 - 100), but there will be something special will cause 2 events: Mouse click, click on the cell of the grid that we want, then the

Create a Chart and Export Data from the DataGridView into Excel

Submitted by Thongkorn on
This code sample will randomly generate the data set, then put into the DataGridView. The data from the Grid table is generated in the Chart. There are three types: Column, Line, and Point. I used the @Run Time method to create Legends and Series. In addition, I gave the code to send data to Excel (Line-By-Line) as well. Visual Basic .NET (2010) + MS Excel 2010 Thank You. I hope this sample

Sales and Inventory System - VB6 + Ms Access 2003

Submitted by Joms Basco on
JB Sales and Inventory System This Sales and Inventory System is developed using Visual Basic 6 and using MS Access 2003 database in the back end. This is developed according to my school project requirements for the subject of Computer Programming III (Visual Basic). Main Features are: 1. Customers(Super Distributors) and vendors Profile 2. Orders Processing 3. Inventory Management 4. Invoice

Library Monitoring System Using RFID

Submitted by aemiyal on
Instead of a library card, this system uses RFID in timing in and out and also for borrowing books in the library. Before the system with RFID, the system with a library card, librarian or student assistant, and students they manual input their time in and out, name, book name, and signature. With RFID system, they just tap the RFID then it will time in or out and saved so having RFID is better

Ticketing Management System using VB.NET with Source Code

Submitted by pbermoy on
This is a project entitled Ticketing Management System written in Vb.net and SQL Server Management Studio R2 2008 database for Small Port of Surigao City. This project store the port's passengers' details and generates a printable ticket after the payment. In order to create a new transaction, the system admin must configure the passengers' fee according to their classification. Also, the admin