Math Mania Educational Game

Submitted by Ranielle Canlas1 on
This is an educational game created in vb6, there are simple math problems that is shown on the screen, and you must answer it as fast as you can. The time for each question is determined using the progress bar control below the answering box, if you answered the question incorrectly, or your time runs out, the game is over, the high score is recorded using the settings entry For more information

Picture Puzzle Game

Submitted by Ranielle Canlas1 on
This is a game made in VB6 that randomizes the position of 6 images, you must rearrange the pictures according to the result on stopping the randomization. You must drag the pictures below and drop it down to the boxes in the right side. For more information, visit my facebook account http://www.facebook.com/renielcanlas , search "Peter's Programs" on Facebook or Contact me via phone @09358571433

Cursor and Combo Box Demo in Java

Submitted by mehfuza on

Introduction:

In this tutorial we will see changing cursor when it is selected from Combo Box in Java. You will learn about cursor as well as JComboBox. The position of the mouse is represented on the computer's screen by a small image called a cursor. It has a hot spot, which is a Point that specifies the pixel within the image that corresponds to the exact point on the screen where the mouse is pointing. The Cursor class has many predefined cursor which can be used with Cursor.getPredefinedCursor(code) method. Where code represent type of cursor.

Tic Tac Toe Game in VB6

Submitted by Ranielle Canlas1 on
Presenting the traditional game TicTacToe , this is a simple game created in visual basic 6.0 that allows 2players, Using Drag and Drop scheme. For more information, or comments, visit my facebook account, http://www.facebook.com/renielcanlas", Search "Peter's Programs" on Facebook or Contact me via Phone @ 09358571433

Inventory System Thesis

Submitted by admin on
If you are looking for an inventory system that you can use for your thesis writing, here is the compilation of source code that you can choose. Sales and Inventory System by cybernick75 Sales and Inventory System (VB.NET + MS Access) by RajAshiForever Supply Inventory System by jkev Simple Inventory Program by jmmaguigad Stocks Inventory System by radeon09 Sales and Inventory System by tang3li2

Visual Basic Rock, Paper, Scissors Game

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to create a simple Rock, Paper, Scissors game in Visual Basic which has no game graphics and is only to see how the game would work. Steps of Creation: Step 1: The first thing we need to do is import System.Random so we can randomly get a choice of Rock, Paper or Scissors for the computer:

How to use ADODC, MS Access in VB6

Submitted by Ranielle Canlas1 on
This is a simple program of inventory of stocks of a fast food chain. This is to demonstrate on how to use Adodc in connecting database from MS Access 2007, We inserted a DataGrid control to view the entire table and each field is bounded to a particular text box or combo box to show the details about the current record. You can add, edit and delete records if you want to and the login module is

Inventory System Using Adodc and DataGrid Control

Submitted by Ranielle Canlas1 on
Simple inventory of hard ware computer supplies. This program is created using visual basic 6.0 with Microsoft Access 2007 database to demonstrate the usage of Access Database and connecting it to the system by an Adodc control bounded to a datagrid. This also includes the Login system that is also conencted to user accounts from database and the splash screen has animated progress bar for loading