Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 11

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION,

MUMBAI

A Project Report
On
“Airline Management System ”
DIPLOMA
In
Computer Engineering
Submitted by

MS. VARSHA PUNAPPA MANE

MS. SANIKA GOVIND CHOUGALE

MS. KANCHAN MAHADEV KOKITKAR

MS. DIKSHA NAGENDRA PATIL

DEPARTMENT OF COMPUTER
SANT GAJANAN MAHARAJ RURAL POLTECHNIC,
MAHAGAON
ACADEMIC YEAR 2023-2024
SANT GAJANAN MAHARAJ RURAL HOSPITAL &RESEARCH CENTER, MAHAGAON
“SANT GAJANAN MAHARAJ RURAL POLYTECHNIC”
A/P –MAHAGAON, SITE –CHINCHEWADI, TAL-GADHINGLAJ, DIST-KOLHAPUR

CERTIFICATE
This is to that the following students of third Semester of Diploma in COMPUTER of Institute
SANT GAJANAN MAHARAJ RURAL POLYTECHNIC, MAHAGAON-416503.(CODE-0965)
has completed Micro project “MOVING CAR” in subject ““subject code:-22318
of during the academic year 2023to 2024.

Roll
Student name Enrollment no
No.

14 MS. VARSHA PUNAPPA MANE 2109650127

45 MS. SANIKA GOVIND CHOUGALE 2109650159

53 MS. KANCHAN MAHADEV KOKITKAR 2109650167

51 MS. DIKSHA NAGEDRA PATIL 2109650165

MS.H. PUNDPAL MS.R.S. PATIL MR.D.B.KESTI

(Project Guide) (Head of Department) (Principle)

INDEX

Sr.no Contents Page.no


1. Introduction

2. Course outcomes

3. Objective

4. Methodology

5. Function is used in program

6. Source code

7. Conclusion

8. Reference
Introduction:

Visual Basic .NET (VB.NET) is an object-oriented computer programming language implemented on


the .NET Framework. Although it is an evolution of classic Visual Basic language, it is not
backwards-compatible with VB6, and any code written in the old version does not compile under
VB.NET.

Like all other .NET languages, VB.NET has complete support for object-oriented concepts.
Everything in VB.NET is an object, including all of the primitive types (Short, Integer, Long, String,
Boolean, etc.) and user-defined types, events, and even assemblies. All objects inherit from the base
class Object.

VB.NET is implemented by Microsoft's .NET framework. Therefore, it has full access to all the
libraries in the .Net Framework. It's also possible to run VB.NET programs on Mono, the open-source
alternative to .NET, not only under Windows, but even Linux or Mac OSX.

The following reasons make VB.Net a widely used professional language −

 Modern, general purpose.

 Object oriented.

 Component oriented.

 Easy to learn.

 Structured language.

 It produces efficient programs.

 It can be compiled on a variety of computer platforms.

 Part of .Net Framework.


Application of VB.Net

Computer Aided Design


 Presentation Graphics
 Computer Art
 Making applications
 Education and Training
 Visualization
 Image Processing
 Graphical User Interface

Objective:

 To implement the features of VB.net.


 To make the life Application by using VB.net.
 To become familiarization with its logical coding.
 To give some benefits to t VB.net he disability.

Methodology

“Airline Reservation System” is developed using VB.NET. Here, the system has 2 types of Login;
User and Admin, from user’s login he/she can check ticket status, seat availability, Reservation and
cancel the ticket. Admin has all the controls of the system, he/she can add airline details such as
schedule, aircraft, sector, flights and has control over deleting flights that are not necessary. This
system helps the user to directly access the system online to book tickets. The administrator and user
can both enter the system using their respective login details. It is easy to operate and understood by
the users.

User can book their tickets from any location, thus saving their time and effort. Users can place their
query as per their requirement and get results immediately on particular flight as per their desired
location and as per entered price.
Function is used in program:

Function Description

In VB.NET, a label control is used to display


Label descriptive text for the form in control. It does
not participate in user input or keyboard or
mouse events.

Text box controls allow entering text on a form


Textbox at runtime. By default, it takes a single line of
text, however, you can make it accept multiple
texts and even add scroll bars to it.

Button control is used to perform a click event


Button in Windows Forms, and it can be clicked by a
mouse or by pressing Enter keys. It is used to
submit all queries of the form by clicking the
submit button or transfer control to the next
form.

Me. Hide () You can add Me. Hide () in the form's Shown
event if you really need to do it this way, but I
suggest creating a Sub Main () in this case to
control which form you want to show.

Me. close () Basically, it means that if you display a form by


calling Show then call Close will dispose it,
while if you display the form by calling Show
Dialog calling Close will not dispose it. That's
basically so you can use the same form multiple
times as a modal dialogue.

DateTimePicker The DateTimePicker control allows selecting a


date and time by editing the displayed values in
the control. If you click the arrow in the
DateTimePicker control, it displays a month
calendar, like a combo box control. The user can
make selection by clicking the required date.
Source code & its Output
Conclusion:
We should learn about how to make a application and how should is work!
This project is one of the sample projects on VB.net. We should various function used in this project.
We have written a program for the moving car it will successfully compile and run the code in visual
studio2019 We understand of the basic knowledge graphical user interface of vb.net and its program
also its concepts as well.
We also know the error accurse in the project and its solutions. We do team work on this project.
With commutation team member we built the project and make file of moving car project.

References:
https://www.sourcecodester.com/net/5482/airline-reservation-system.html

https://projectsgeek.com/2014/02/airline-reservation-system-project.html

https://www.sourcecodester.com/visual-basic-net/8913/airline-reservation-system-vbnet.html

https://www.academia.edu/35009581/Airline_Reservation_System_Project_Documentation

You might also like