Visual Basic .NET

Pediatric Management System

Submitted by icomichael on
This is just a simple program made from VB.NET, with MS Access as database. Just check the bin folder for reference. If you cannot find the data just add your comment below. Just try to analyze the codes for some restrictions. Each and every user have their own designated jobs to be done. Just check the codes, hope this will help.

Simple Database Application with Crystal Report

Submitted by Hasan soherwardi on
This is a simple database application. Using vb.net 2010, ms access 2007, crystal report 2008. The many options in this application such as: Insert, Update, Delete, Search, Navigation, DataGridView filteration, Patient code auto genration, Print Report etc etc... This tutorial for beginners only, like me.. I hope this application is very helpfull for any type of database application development in vb.net... So "Happy Programming"

IndioAmerican-EnglishThesaurus

Submitted by davidh3art on
The best Thesauri were so huge they needed their own stands. You can still see them in libraries. But nearly everyone who has a computer uses their own desktop, or some kind of software-based reference. The Indio American-English Thesaurus is the latter sort. It's a free utility that maintains a huge thesaurus locally, not online, considering that, with more than 130,000 words associations in the

How to sort a ListView control by a column header in VB.NET

Submitted by nimblebits on
Sorting of a ListView control can become complicated and is not included in the control by default. This example shows how to sort a ListView control by a column in your VB.NET application without any 3rd party addons. When you are working with the ListView control, you may want to sort its contents based on a specific column. An example of this kind of functionality occurs in a Windows Explorer