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.

Student Email Management System

Submitted by dah.factor on
Email Management System for students using visual basic 6 and ms access. Application Sample Account: Username: Admin Password: Admin If you have any questions and suggestions just comment or email me at [email protected] Facebook Account: https://www.facebook.com/dah.factor Twitter Account: https://twitter.com/factordah Youtube Account: http://www.youtube.com/channel/UCIU6REK-GOXXjGURcbvUA2g

Real time Clock using Visual Basic 6

Submitted by dah.factor on
Step 1: Open MS Visual Basic 6 Step 2: Select Standard EXE as the New Project. Now you have a form named Form1. Step 3: Add a Label to Form1. Now you also have a label named Label1 Step 4: Copy the code below and paste it inside Form1. Step 5: Click Run. Enjoy! :) Dim WithEvents kell As Timer Private Sub kell_Timer() Label1.Caption = Format$(Time, "hh:mm:ss AM/PM") End Sub Private Sub Form_Load()

Retail Store Sales Management

Submitted by djshoruv on
This is a complete retail store sales management system. It allows you to create invoice, accept product return, and refund a sales. It has also a report for daily sales, daily sales return, current stock report, purchase report, sales report and a lot more. Password: 123 Full version source code. If u need any kind of help plz mail me.

How to use MS Access 2007 in VB6 for Patient Recording System

Submitted by Ranielle Canlas1 on
Sample Patient Record Management System that is capable of storing records of patient of a certain hospital. This application is created using visual basic 6.0 and the database is created using Microsoft Access 2007. Splash Screen is in simple design using Progress bar for animated loading of preferences (not actual loading) Login screen is connected to database records of users. Main Screen is in

Encryption and Decryption VB6

Submitted by Ranielle Canlas1 on
Shows String manipulation on Encryption and Decryption of Text. Shows basic file input and output using Common Dialog Control Encryption is done by replacing every single character into a new one. this is used to have a secured information to negate illegal access. File encryption is done by opening the file and encrypting it, then the encrypted text of file is printed into a new file

Picture Swapper VB6

Submitted by Ranielle Canlas1 on
Simple VB6 Application that enables to swap 2 pictures on a period of time automatically. I recommend to use 2 pictures that shows your movement to create a Frame by Frame animated effect. This shows the usage of Timer and Picture Uploading Just upload 2 pictures by clicking on the thumbnails on the upper left part of the screen

Student Database

Submitted by thuhChief on
This source code will perform basic operation of a database like record navigation, add new, and delete record. Imports System.Data.OleDb Public Class frmStudentDB Private Sub frmStudentDB_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load 'TODO: This line of code loads data into the 'UniversityDataSet.Student' table. You can move, or remove it, as needed. Me

Unit Converter

Submitted by sourcecode07 on
Unit Converter is a program that allows the user to change or turn from one state or condition to another called convert by entering thier password in the login form the user is ready to use it. This program is user friendly and it is easy to use even the user is his/her first time to use it, there is no such thing that can make the user difficult to use just select what unit do you want to

Stop Watch

Submitted by sourcecode07 on
Stopwatch is the program that allows the user to run time, stop the running time, and reset it to start all over again. When you run the program the time is automatically run but the user can stop and reset it to start again, in the upper left there is a dropdown menu where the user can select weither he/she wants to view the current time, view the current date, and select the stopwatch thats it