Visual Basic

Simple Clock in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a simple clock in Visual Basic. Design: For this, we simply need a new Windows Form, with one label - call it; 'clockLbl'. You may center the label to the middle of the form in both x and y axis' and give it a large font size. We also need a timer, name this timer1. Set it's interval to 1000ms/1second and it's enabled state to 'True'. Form Load: On form load, we want to initiate the label with the current computer time.

How to Create a Docking Pane Form in VB6.0

Submitted by donbermoy on
Hi. In this tutorial, i will teach you how to create a program that has a docking pane interface in your form. This docking pane interface or tool is one of the functions that i have created mostly in my created projects and systems to beautify forms. Now, let's start this tutorial. 1. First, download first Codejock software in the web and then install it. 2. Go to the components menu and check Xtreme Docking Pane ActiveX Control. output 3. Create an MDI form.

How to use Codejock to add themes to your VB6.0 Project

Submitted by donbermoy on
Codejock is a software used to beautify your project to add themes and colorful skin for your visual basic 6.0 forms. Here in this tutorial, i will teach you how to use this software. Anyway, all of the thesis software and capstone projects that i have made has the integration of codejock that my clients praised me that i made a good design of their project.

Bio Authentication in ATM Using Fingerprint

Submitted by teejaygenius on
This application is a visual basic application to secure the ATM machine with the use of fingerprint device to prevent unauthorised access. With the use of Griaule Biometric Licence. Access to an account is with the use of the four digit PIN with the use of the fingerprint previously collected at point of registration by the bank. It has a link for New Customer Registration, Deposit, Withdrawal

Display All System Information using Registry in VB6.0

Submitted by donbermoy on
Today, i will teach you how to display All System Information such as all Hardware Information like OS, CPU, Processor, Memory Information and etc., System Components like networks, CD, DVD, storage information, etc; Software Environment such as system drivers, running tasks, programs, etc; and Internet Settings. We will just access the registry setting for this tutorial. Now, let's start this tutorial! 1.

Byte Converter using VB6.0

Submitted by donbermoy on
Here in this tutorial, we will create a program that convert bits, bytes, kilobytes, megabytes, gigabytes, and terabytes to their corresponding bytes cases. We all know that 1 byte is equal to 8 bits and 1 kilobyte is equal to 1024 bytes. So that is the formula that we will going to use in this tutorial. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.

Cashiering and Purchasing System for Ocean Bounties Restaurant

Submitted by donbermoy on
Cashiering and Purchasing System for this Restaurant was developed using Visual Basic 6.0 as frontend and MS SQL Server 2000 as backend. This system was one of the thesis I made for a particular school. This system is unique because this restaurant allows a debt purchase of meals. This system features: - Customer Registration - Sales Transaction - Order Item Transaction - Incoming Item Transaction