Pages - GamesandApps

Download VB .exe files

Visual Basic 6.0
Here's the site where i have uploaded my favorite VB programs. They are very small in size and easy to understand. I did a lot of hard work in making them good. There are some games, apps and some software. You'll like them and may learn a lot if you want to be a good VB Programmer. All of the programs are written in VB 98 or Visual Basic 6.0. They have been converted into the executable format. Hope you like them.

My First Java Program

If you want to start java programming, you must start from a program like this first and compile it. This will start your Java Programming session. Make sure you have developer java (Java SDK) installed on your system. Here's the code compile as .java

Java Code for a Raise to Power Output

This java code will give you output in a raise to power format. e.g. a raise to power b. 2 raise to power 3 is 8. As there is no pow() function in Java, you can use this method for implementing power functions.

Here's the code, compile as abc.java

Java Code to Create 3D Text in Motion

Here is the code for creating moving text in 3D
Compile as demo.java :-

import java.awt.*;
import javax.swing.*;

Java Code to Create Moving Text

This Program in Java will teach you how to add Border to your java program, how to move your text i.e. Labels or Images along x-axis and y-axis. It will also let you make creative and good looking programs or java applications by creating simple designs and animations. Please feel free to ask anything by commenting under the post.