Saturday 22 October 2016

Text Formatting Application 2 (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
Text formatting actually means presenting the data we have, in a good way as concerned to it's appearance. Text Formatting formatting plays a very crucial role when you present your project reports or give any presentation and stuff like that.

Concept

The concept of this project is to change the appearance of the text taken as input from the user. It is a small application which can be used to do simple text formatting. It includes, Font Style, Font Size and Font Color.
(This is a prototype of Text Formatter)

Technology Used
Microsoft Visual Basic 6.0

Process
1. Main Window Text Formatter 2

2. Enter text in given Text Box.

3. Select Font Type from the Font Type drop down menu.

4. Select Font Size from Font Size drop down menu.

5. Select Color from Color drop down menu.

6. Click on "Reset" button to reset the application and click on "Exit" button to close the application.

So, through this application, we can choose several options to do formatting of our text.

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.

Tuesday 18 October 2016

Text Formatting Application (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
Text formatting actually means presenting the data we have, in a good way as concerned to it's appearance. Text Formatting formatting plays a very crucial role when you present your project reports or give any presentation and stuff like that.

Concept
The concept of this project is to change the appearance of the text taken as input from the user. It is a small application which can be used to do simple text formatting. It includes, Font Style, Font Size, Alignment, Font Color and Font Format.
(This is a prototype of Text Formatter)

Technology Used
Microsoft Visual Basic 6.0

Process
1. Open Text Formatter Application.


2. Input text in given text box.


3. Choose a font style.


4. Choose font size.


5. Choose alignment.


6. Choose color.


7. Choose font format.


8. Click on "Exit" button to close the application.

So, through this application, we can choose several options to do formatting of our text.
Yes, it has limited options available in this application, but the extended version of this application will be posted in my next post.

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.

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.

Restaurant Billing System ( C++ Language )

Practical Working of this Project (Video)

Introduction
This project report has been designed, created, on the programming language 'C++'. This language has been a fascination for me and due to this reason I have made a small project based on this language.

Background
From old times, manual billing system is a complex procedure to handle, what manual procedure actually includes is billing a customer on a bill book and keep the data in hard copy to see the earnings, it is ok till a short period but as the number of bill book rises it becomes hard to handle and keep the data up to date. This project is all about overcoming that particular problem on small scale.

Concept
The concept of this application is for billing the customers of any particular restaurant, according to the dishes/cuisines they order. 
This software calculates the the amount automatically including all Taxes, the user just need to input number of plates. 

So, through this application, the manual system for billing the customers in small scale restaurants can be replaced by this billing system and automated billing system can be introduced to them. 

This software can be implemented on any system with all the given functionalities.
Wastage of paper can also be stopped (used in billing), that's what makes this project an ECO-Friendly Project.
(This is a prototype of Restaurant Billing System)

Technology Used
C++ Programming Language

Process
  1. Cuisine Selection
  2. Dish Selection
  3. Additional details regarding the dish
  4. Automatic Bill Display
  5. Option to continue or exit
In the subsequent pages we can see the screen shots of the prototype of Restaurant Billing System Project.

1. Cuisine Selection

The person on the counter chooses the required cuisine as ordered by the customer.

2. Dish Selection

The person on the counter, then selects the required dish as ordered by the customer.
3. Additional details regarding the dish

Then the person behind the counter, will follow the procedure and fill the additional details as per the requirement of the customer.
Quantity of Plates


Number of ordering Naan


Number of ordering Roti


Number of Rice Plates













4. Automatic Bill Display

After filling the last requirement by the person on the counter, by just pressing enter, the software will automatically display the BILL of that particular customer.
5. Option to continue or exit

After this, a line will appear asking the operator if he wants to continue with the software or if it is a closing time?
"Want to continue ? (Y/N)"
If he types 'Y', he will be redirected to the initial page of the software, that was "Cuisine Selection" and if he types 'N', the exit screen will be showed to him and the software will shut down.
Exit Screen
So, through this project, manual system can be translated to automated system.

Practical Working of this Project (Video)

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