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.
- Read more about Grade Guesser Version 1.0 Using Switch Case Statement
- Log in or register to post comments
- 32 views
Highest and Lowest Number Determiner 3.0 Using Two Dimensional Array
Hi there thanks for visiting the site.
- Read more about Highest and Lowest Number Determiner 3.0 Using Two Dimensional Array
- 4 comments
- Log in or register to post comments
- 240 views
Unloading Form with a Style!
This is a simple code snippets which allows you to unload form with a style,,,
- Read more about Unloading Form with a Style!
- 4 comments
- Log in or register to post comments
- 100 views
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.
- Read more about Data Report and Data Environment
- 17 comments
- Log in or register to post comments
- 2506 views
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++.
- Read more about Array of String
- Log in or register to post comments
- 39 views
Database Backup Utility for MS SQL Server 2000
This is Database Backup Utility for MS SQL Server 2000.
- Read more about Database Backup Utility for MS SQL Server 2000
- 6 comments
- Log in or register to post comments
- 280 views
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
- Read more about Fahrenheit To Celsius Converter Using Functions
- Log in or register to post comments
- 59 views
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
- Read more about Random PHP Quiz and Result
- 6 comments
- Log in or register to post comments
- 3560 views
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.
- Read more about Setting Text Programmatically of a Databound TextBox
- 7 comments
- Log in or register to post comments
- 45 views