Anda di halaman 1dari 9

Submitted to: -

Mam. Harpreet Kaur


Lect. - VB .NET
HOD – BCAGBC

Submitted By: -

Devesh Singh Mavi


BCAGBC (4th Sem)
Roll No. - U072009

Amrinder Singh
BCAGBC (4th Sem)
Roll No. - U072003

Harneet Sharma
BCAGBC (4th Sem)
Roll No. - U072012

Jasjot Singh Chahal


BCAGBC (4th Sem)
Roll No. - U072016
Acknowledgement

It gives us immense pleasure in presenting


this project on the topic of “Computer Course
Registration”. In this project, developed an
application to maintain records of students
for computer courses. We are thankful to our
Chitkara College for offering us this Project.
We present this learning to our college for
“Workshop on VB .NET” for BCAGBC course,
which is affiliated to Chitkara University as
part of Fourth semester.

We appreciate the guidance provided to us


by our respected Prof. Miss Harpreet Kaur
faculty of “Workshop on VB .NET”. We would
take this opportunity to thank him, as
without her support this project was not
possible.
What is VB.Net?

VB.Net is the successor of the Visual Basic 6 programming language. VB.Net


has brought about a great number of architectural changes in the Visual Basic
language that are not backward compatible. A number of core elements and
concepts in VB6 have been modified or removed. A great many new features
have been added to the VB.Net language. It will be right to say that VB.Net will
change the way VB programmers perceive their development.

VB.Net is now a full-fledged object oriented programming language. It contains


classes, objects, inheritance, polymorphism, abstract classes, interfaces,
structures, enumerations, delegates and other common object oriented concepts.
In VB.Net, the error handling mechanism has been modified and is now more
structured. VB.Net uses the .Net standard garbage collector to release memory
that is no more referenced by your apps. Probably the best thing about VB.Net is
that it is a part of the .Net framework and is integrated in the .Net platform. It
means that VB.Net programs can employ all the features and services exposed
by the .Net framework. It can use the .Net framework class libraries, interact with
program modules written in other .Net language and also use the old COM and
ActiveX components. Previously, Visual Basic was mainly used for Windows
applications and nothing else. Now VB.Net can be used to create console
applications, Windows applications, web applications, .Net components, .Net
Form controls, .Net Web controls, windows services, web services, database
applications, and more. Using the .Net framework libraries you can program new
exciting features like reflection, attributes, marshalling, remoting, threads,
streams and also data access with ADO.Net. Compared to using VB6, VB.Net
will feel extremely powerful.
Overview on CCR Kit

CCR stand for Computer Course registration. CCR kit is the main project
developed in VB .Net. As the name suggests, it deals with Registration of
Computer Courses, Manage student records, student history, very fine
searching/viewing tools, Authentication for users, Course Maintenance, etc.
Using it, one can register new users, student courses, view/search them, and
update the records of both.
Forms and Modules

There are in total 15 forms and 1 module used in this project. These 15 form
have really separate jobs to do.

Various forms are: -

1. frmAboutCCR.vb
2. frmAddStu.vb
3. frmAuthenticate.vb
4. frmChangePassword.vb
5. frmCourseCompletion.vb
6. frmCourseSelector.vb
7. frmDevelopers.vb
8. frmExit.vb
9. frmMain.vb
10. frmNewCourse.vb
11. frmNewUser.vb
12. frmUpdateCourse.vb
13. frmUpdateStudent.vb
14. frmView.vb
15. frmViewCourse.vb

The module used in the project is Module1.vb


Some of the snapshots of appliucations are :
CCR Kit is Developed By :-

1. Devesh Singh Mavi


BCAGBC (4th Sem)
Roll No. - U072009

2. Amrinder Singh
BCAGBC (4th Sem)
Roll No. - U072003

3. Harneet Sharma
BCAGBC (4th Sem)
Roll No. - U072012

4. Jasjot Singh Chahal


BCAGBC (4th Sem)
Roll No. - U072016

Anda mungkin juga menyukai