Grade Guesser Version 1.0 Using Switch Case Statement
About this code I called it Grade Guesser Version 1.0 written in C++ it is a very simple application that will determine whether the student pass or fail in a subject.
Highest and Lowest Number Determiner 3.0 Using Two Dimensional Array
Hi there thanks for visiting the site.
Unloading Form with a Style!
This is a simple code snippets which allows you to unload form with a style,,,
Data Report and Data Environment
In this tutorial I will teach you on how to create report using Data Report in Visual Basic 6.0. The source code contain here is based on my previous submission called Simple Example of Connecting Database Using Data Environment except that I added a Data Report in this tutorial.
Array of String
About this code I called it Array of String in C++ it uses two dimensional array and character to display and manipulate the string. I intended this code for beginning programmers in C++.
Database Backup Utility for MS SQL Server 2000
This is Database Backup Utility for MS SQL Server 2000.
Fahrenheit To Celsius Converter Using Functions
Hi there thank you for visiting the site. About the code I called it Fahrenheit to Celsius converter using functions in C++. For beginning programmers it is a must to learn and
Random PHP Quiz and Result
This is a random quiz where you can answer and generate a result score using php. have fun! this is all done in hardcoding.... n_n
Setting Text Programmatically of a Databound TextBox
Today I want to share with you what I have discovered in setting a text or value in databound textbox in Visual Basic .NET. I almost spend a day figuring out how to do this.