Visual Basic

Visual Basic Source Code

Free Visual Basic Source Code. Download 10 latest Visual Basic system's projects with source code for free here.

Point of Sale and Inventory System using Barcode

Submitted by mindgamez on
This system is mainly for the stores that are using barcode scanner. Can print custom barcodes for products that don't have one. For other features view here http://websyntax.blogspot.com/2012/02/point-of-sale-and-inventory-system.html admin user credentials username: admin password: admin cashier user credentials: username: neil password: 1234 Hope this helps. ^_^

Simple Billing and Medical Records System

Submitted by marryjoyfelizardo_02 on
This Simple Billing and Medical Records System is based on the process of Bacolod Diagnostic Center. Here, you can add and update patient information, calculate bills, encode and produce output for the Test Result. You can also retrieve past medical records of a specific patient. Database password: bdc System user/pass: Username: admin Password: aa

Student Book X Upgrade(Sql server 2008 R2)

Submitted by Jazziro on

*Student Book X (Upgrade) v1.9.0.1.1 *Created by: Jazziro/Lehlogonolo Masubelele *Description: Student Book X is an Application that can help niversity/college students store very important contact details of their friends, users can view, edit or delete records. *Easy way to Connect to MS SQL SERVER 2008 R2 with VS 2005. *Easy way to learn SQL Statements: SELECT(Like Conditions), INSERT, UPDATE

POS and Inventory System

Submitted by ramos.cj360 on
Good day! fellow coders, my name is Leomar V. Ramos, and I'm sharing this piece to you.This is a point of sales program with user management,supplier management,product categories, product/items and etc.This program was written in Visual Basic with easy to understand coding techniques and user friendly interface. I hope this one could help you.This is good for beginner programmers. Thank you

Bubble Sort

Submitted by pinuno on
This simple program demonstrates the Bubble Sort Algorithm. Allowing the end user to text of any length and displays the sorted set of characters. The Program uses one-dimensional array and bubble sort.