Visual Basic

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

Volume of a Cone Coding

Submitted by Pigout77 on
The program has the following features: 1. User input for the integer values of the radius and height. 2. A reset button that will clear all textboxes and result labels. 3. A graphical image is to be included showing how the dimensions of the cone are measured. 4. A quit program button.

Month Year date

Submitted by Bapuase on
Code for generating month year date. You can get month and year of any year for the 12 months. this is not a complete project but it can help you to make your applications look good. A combobox is used here to generate the dates in month an year