Hans Hotel Reservation System

Submitted by joken on
The Hans hotel reservation system is created by the BSIT 4th year student as their final requirement in capstone subject. This Reservation system allows the guest to select rooms, view rooms, accomodations and reserve rooms. And this system also has an admin side where in the admin has a user management system and has the option in viewing all the reservation records by the guest. In order to

Basic SQL Syntax, Structures, Key words and Queries

Submitted by Yorkiebar on
Introduction: This tutorial is going to be covering the basic syntax of SQL queries in MySQL and MySQLi. MySQL and MySQLi...? MySQLi is an updated version of the original MySQL language. Both versions use almost exactly the same syntax although MySQLi should be used as it is more secure, updated and reliable. Query Syntax: To create a MySQL(i) query, you combine different MySQL(i) keywords together and give it the information required to parse for the necessary returned information.

Battle Tanks - An advanced animation and deeper understanding of VB 6.0 class

Submitted by donbermoy on
When I was still a student, this laboratory activity in Visual Basic 6.0 subject caught my attention. I love anime and making them is an amusement for me. I thank my instructor in this subject when he taught us about vb6.0 class in programming and then this advanced animation in our prefinals. I posted this kind of animation in vb.net but I was an instructor at that time. And here in this post, it

KCC SSAO E-voting System

Submitted by joken on
This system is created using Visual Basic 2008 and Microsoft Access 2007 is used for Database support and crystal Report is the tool used for reporting. In this system, it introduces a computerized registration form for each voter through which voter details, including name, course, year level, etc. can be entered. From these details an algorithm will generate a unique id. This registration system

Mouse Move Paint using VB.NET

Submitted by donbermoy on
In this article, we will create a program that paints the form using the mouse movements through clicking. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. You don't have to design your interface because we will only focus on the mouse event. 3. Now put this code for your code module.

Change Case: Uppercase and Lowercase in VB6

Submitted by donbermoy on
Uppercase and Lowercase characters are capital and lowercase letters (big and small. upper:ABCDEFGHIJKLMNOPQRSTUVWXYZ lower: abcdefghijklmnopqrstuvwxyz. In this article, we will going to create a program that can change casing of the letters either uppercase or lowercase when the text is highlighted. 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.