Sunday 16 October 2016

ASCII Code Generator (Visual Basic 6.0)

Practical Working of this Project (Video)

Introduction
This project report has been designed, created, on Microsoft Visual Basic 6.0.
I find Visual Basic one of the easiest platform to work upon, as it's so user friendly and enables us to drag and drop the controls on our screen and work with them.
It is really a great platform to design and develop small and simple applications, easily and instantly.

Background
ASCII stands for American Standard Code for Information Interchange. Computers can only understand numbers, so an ASCII code is the numerical representation of a character such as 'a' or '@' or an action of some sort. ASCII was developed a long time ago and now the non-printing characters are rarely used for their original purpose.
(Reference: http://www.asciitable.com)

Concept
The concept of this project is to find the ASCII values that are American Standard Code for Information Interchange and type of input that is, if it's an Alphabet, a Digit or a Symbol from the input given by the user in the application.
(You can ONLY put ONE character at a time)

Technology Used
Microsoft Visual Basic 6.0

Process
1. Input the value in the given Text Box in the application.
ASCII Code Generator Main Window


Input the desired value

2. Click on "Find" button to see the results.
Enter Character

Enter Digit

Enter Symbol
























3. Click on "Exit" to close the application.
So, through this project, we can find ASCII value of any character.

Practical Working of this Project (Video)

This project was designed and developed in year 2014 by Rahul Mathur (me) who is doing his Master degree from Suresh Gyan Vihar University, Jaipur, Rajasthan, India.

No comments:

Post a Comment