home .::

[ active projects ]
FyreChat
Sierra Classics Launcher

[ retired projects ]
FyReBoT
cFx

[ code ]
Assembly
C++
Java
Visual Basic

[ contact ]
Contact Me

Visual Basic Programs


Projects
Visual Basic 2005-2010
Sierra Classics Launcher (2007-2012)
Sierra Classics Launcher is a replacement application for Vivendi's launcher shipped with their Sierra Classic Collections (Space Quest, King's Quest, Police Quest, Leisure Suit Larry)

Visual Basic 6.0
FyreChat (2004)
FyreChat is a chat-based program developed from FyReBoT source. It is technically the same program, just new goals and a new name.

FyReBoT (2003-2004)
FyReBoT was a project started in January of 2003. The program is a basically chat program for the Blizzard gaming server known as battle.net. It is written in Visual Basic and it started by using Skywing and Yoni's Battle Net Logon Server (BNLS). I spent hours and hours working on this program, making it to how I would want a program to be. When I reached build 35, I implemented a logging system, so I could see how many users were actually using my program. To my surprise I was getting over one hundred unique logins per day....

Web List Uploader (Example Output)
This is a stand-alone executable that will upload the channel_list.txt file that FyreChat creates. Sometimes when using FyreChat the upload process can cause the program to lag until it has completed the upload. Using this program allows you to upload without that hassle of lag. Also, this can be used for just general uploading to your server. Unfortunately, only versions 2.0 build 83 and higher can use this ability


Visual Basic 2005
Code is from class assignments
CarpetCalc (1/21/2007)
Calculates area of a carpet [(CarpetArea = CSng(txtLength.Text) * CSng(txtWidth.Text)].

WageCalculator (1/30/2007)
Calculates gross pay [sngGrossPay = CSng(txtHoursWorked.Text) * CSng(txtPayRate.Text)].

Math Tutor Application (2/7/2007)
Shows value when clicking button using labels.

Name and Address (2/7/2007)
Shows value when clicking button using labels.

Centigrade to Fahrenheit (2/14/2007)
Assignment required converting celsius to fahrenheit. Program converts between Celsius, Fahrenheit and Kelvin to another.
(C * 1.8) + 32

Theater Revenue (2/14/2007 )
Calculates four values, combines the sums and displays various results.

Bank Charges (2/14/2007)
Calculates fees based on number of checks using ranges (case statements).

Health Club Membership Fee Calculator (2/14/2007)
Calculates membership fees based on selected type, options and length of term.

Fat Gram Calculator (2/21/2007)
Calculates percentage of fat that comes from calories.
PercFat = CalFat / Cal

Distance Calculator (2/26/2007)
Calculates distance traveled per hour based on inputs and outputs to a textbox.

Sum of Numbers (3/9/2007)
Calculates sum of numbers based on input value:
Do While intCount < intInput
    intCount += 1
    tmpInput += intCount
Loop

Workshop Selector (3/10/2007)
Calculates total cost based on lists of selected costs.

Order Status (3/16/2007)
Calculates delivery information based on number of orders from supply.

Conference Registration System (4/6/2007)
Calculates costs based on selected values.

LS Array Values (4/13/2007)
Uses an array to store input or randomized values then outputs smallest and largest numbers.

Employee Data (4/20/2007)
Program allows user to input data into text fields and outputs to a file.

Student Test Scores (5/28/2007)
Program loads file if found then calculates student average based on input scores.

© OpenFyre Software. All rights reserved.
HTML 4.01 | CSS