You are on page 1of 14

To The World OF

ENGINEERS
PROJECT
ON

PRESENTED BY THE
STUDENTS OF KALPANA CHAWLA GOVT.
POLETECHNIQUE FOR WOMEN AMBALA
CITY DOING COMPUTER ENGG.
NAME:-
INTRODUCTION
IPS EXAM REGISTERATION Is the
project made by the students of computer engg .In this
project as the name clears that the registeration for the
exams of IPS is done . The coding of this project is written
in visual basics 6.0 version. we will show the coding of
each and every page of this project in this project report
.the starting of this project is with the log in screen after
the login screen the instruction page of the IPS exam
registeration is represented in which the instruction
about the IPS exam registeration is given and the next
page is the registeration page in which the registeration
of the interested candidate is done and the details of the
candidate is registered .And in the next page of our
project is for the help and feed back in which if the
candidate is not properly cleared anything or he/she need
some help then they can take help by visiting a particular
site or they can also contact on tollfree number.And thev
last page of our project of thankyou .All this are the basic
introduction of our project in all the other pages of this
project report we will represent the details of the project.
LOG IN SCREEN:- Log in screen is the starting page of our
project .In this page of our project the user can log in to
the registeration form for the IPS exams the first field is
for the user name and the second field is for password for
both this field the label control of visual basics is used
.For making this label controls as the username and the
password we have to change some of the properties of
the these label controls
PROPERTIES TO BE CHANGED
CONTROLS PROPERTIES CHANGES
Label1 Caption LOGIN SCREEN
Colour GREY
Label2 Caption USERNAME
Color GREY
Label3 Caption PASSWORD
Color GREY
Textbox1 Name txtusername
Caption
Color grey
Textbox2 Name txtpassword
Color grey

Commandbutton1 Name cmdlogin


Color grey
Caption login
Commandbutton2 Name cmdexit
Color grey
Caption exit
CODING :-
Private sub cmdlogin_click()
If (txtusername=”kcgpw” and txtpassword=”ambala”)
Then
Msgbox ”it is correct”
Instructionpage.show
Else
Msgbox “it is incorrect”
Txtusername=” “
Txtpassword=” “
Txtusername.setfocus
End if
End sub
ALL this are the details for the login screen for our project
firstly we presented the properties of the controls used in
the page and how to change them after that the coding
for running the the page is all represented after this we
are moving to the next page of our project.
INSTRUCTION PAGE:-The next page of our project is the
instruction page in which in instruction about the IPS
exam are given. In this page for giving the instruction we
used the label controls from the tool box of the visual
basics .This page very simply made because there is a
very little bit of coding is done. For this page only some
of the properties of the controls are changed .
PROPERTIES TO BE CHANGED
CONTROLS PROPERTIES
Label1 Caption =INSTRUCTION
Color=GREY

Label2 Caption=Exam will be held in


K.C.G.P.W AMBALA CITY
college.
Color=grey

Label3 Caption=Exam will be held


on 28 -april-2019
Color=grey
Label4 Caption =Candidate will
given a blanksheet for rough
work.
Color=grey

Label5 Caption=There will be


negative marking in this
exam.
Color=grey

Commandbutton1 Name=cmdregister
Color=grey
Caption=register
CODING:-private sub cmdregister_ click()
Msgbox “ok…..”
Registrationpage .show
End sub

ALL these are the details of the instruction page of our


project .In this page of our project the properties are
changed of the labels used to represent the instructions
.After changing the properties of the labels the little bit of
coding is done for running the the page so that we can
reach the next page .we are now going to move on to the
next page in which we will do the registeration of
interested candidate for IPS exam .
REGISTERATION PAGE:-This page is the next page of our
project in which the registeration for the interested
candidate for the IPS exams are done by filling the
important details of the interested candidate . the
controls used in the registeration page are label
control,textfield and the command buttons we changed
the properties of all this controls used from the toolbox of
the visual basics set up .After changing the properties of
this controls the coding part of the page is represented .A
very simple type of coding is done in the page.
PROPERTIES TO BE CHANGED:-
CONTROLS PROPERTIES
Label1 Caption=REGISTRATION
Color=GREY
Label2 Caption=Name of the
candidate
Color=GREY
Label3 Caption =Occupation
Color=grey
Label4 Caption=Age of the
candidate
Color=grey
Label5 Caption=Email id
Color=grey
Label6 Caption=Phone number
Color=grey
Label7 Caption=Address
Color=grey
Label8 Caption=father’s income
Color=grey
Label9 Caption =Marks obtained in
12 th class
Color=grey
Label10 Caption=Registration fees
Color=grey
Textbox1 Name =txtname
Color=grey
Textbox2 Name=txtoccupation
Color=grey
Textbox3 Name=txtage
Color=grey
Textbox4 Name=txtemail
Color=grey
Textbox5 Name =txtphone
Color=grey
Textbox6 Name=txtaddress
Color=grey
Textbox7 Name=txtincome
Color=grey
Textbox8 Name=txtmarks
Color=grey
Textbox9 Name=txtfees
Color=grey
Commandbutton1 Name=cmdsubmit
Caption=submit
Color=grey
CODING:-private sub cmdsubmit_click()
Msgbox “ok……”
Helppage.show
End sub
ALL this are the details of the registration page of our
project .In this page all the coding and tne controls that
are used in this are represented in detail. After the
registration of the candidate now it is the time to for the
next page in the next page the we are going t represent
the help and feedback page in which if the candidate in
properly cleared with the instruction can take help from
this page
HELP AND FEEDBACK PAGE:-In this page we are going to
represent the HELP AND FEEDBACK . In this page the
candidate no cleared with the instructions properly can
take help by visiting the particular site or by calling to the
tollfree number.In this page a very simply the controls are
used and also the coding is done.Now we will change the
properties of the controls taken from the toolbox.
PROPERTIES TO BE CHANGED:-
CONTROLS PROPERTIES
Label1 Caption=HELP & FEEDBACK
Color=GREY
Label2 Caption=For any help visit
the site
www.ambalacollege.com
Color=grey
Label3 Caption=You can also
contact us on tollfree no.
1880007654
Color=grey
Label4 Caption=Timing is 10.00to
11.00 at noon
Color=grey
Commandbutton1 Name=cmdok
Caption=ok
Color=grey
CODING:-private sub cmdok_click()
Msgbox “ok…..”
Thankyou.show
End sub

After all these pages now it is the turn to the last page
the last page is the thank you page. In this page no
coding is used and no controls are used.

You might also like