0% found this document useful (0 votes)
7 views

Vb Final PDF

The document is a report on a micro project titled 'Traffic Signal Control' developed using VB.NET as part of the software engineering curriculum at SSSPM's Polytechnic for the academic year 2018-19. It includes an introduction to Visual Basic, a description of common controls in the toolbox, sample code for the application, and evaluation rubrics for the project. The report also lists group members and provides a certificate of completion for the project.

Uploaded by

Lucifer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Vb Final PDF

The document is a report on a micro project titled 'Traffic Signal Control' developed using VB.NET as part of the software engineering curriculum at SSSPM's Polytechnic for the academic year 2018-19. It includes an introduction to Visual Basic, a description of common controls in the toolbox, sample code for the application, and evaluation rubrics for the project. The report also lists group members and provides a certificate of completion for the project.

Uploaded by

Lucifer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

GUI APPLICATION DEVELOPMENT USING VB.

NET

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

SSSPM’S Polytechnic
Barshi

A
Report
on
GUI APPLICATION
DEVELOPMENT
USING VB.NET
Micro Project
Academic year: 2018-19

‘TRAFFIC SIGNAL
CONTROL’
Program : Computer Engg. Program code : CO4I
Course : software engineering Course code : 22413

1
GUI APPLICATION DEVELOPMENT USING VB.NET

MAHARASHTRA STATE BOARD OF


TECHNICAL EDUCATION

Certificate
This is to certify that Mr. /Ms.………………………………………………………………………….

Roll No. ……... of ……. Semester of Diploma in …………………………………………........

…………………………of Institute, SSSPM’S POLYTECHNIC (Code:0122) has completed


the Micro Project satisfactorily in Subject gui application development
using vb.net for the academic year 2018.- 2019 as prescribed in the curriculum.

Place: ……………………. Enrollment No: ……………………………………..

Date: ……………………… Exam Seat No: …………………………………….

Guide Head of the Department Principal

2
GUI APPLICATION DEVELOPMENT USING VB.NET

●Group Details●

Sr.No Name of group members Roll Enrollment No Exam


No Seat No

1. Suryawanshi S. B. 1701220020

2. Gavhane A.R. 1701220033

3. Karade N.N. 1701220028

4. Garad S.S. 1801220057

Name of Guide :- Ms.Bochare M. D.

3
GUI APPLICATION DEVELOPMENT USING VB.NET

 Introduction:-
Visual Basic is a third-generation event-driven programming language first
released by Microsoft in 1991. It evolved from the earlier DOS version called
BASIC. BASIC means Beginners' All-purpose Symbolic Instruction Code. Since then Microsoft has
released many versions of Visual Basic, from Visual Basic 1.0 to the final version Visual Basic 6.0. Visual
Basic is a user-friendly programming language designed for beginners, and it enables anyone to develop GUI
window applications easily.

 Tool Box
Following table lists the Common Controls listed in the ToolBox.
Images Control Name Description

Pointer Used to move and resize controls and forms.

Button This Control triggers an action when accessed.

Check Box Control that has values either true or false

CheckedList Box Lists check box next to each item

A combination of list and text box controls that enables to select as


Combo Box
well as edit text.

DateTimePicker Display a calender picker to choose the day and date.

Label Displays a label text.

LinkLabel Displays a label with a link text.

List Box Control that lists number of items.

List View Extension of ListBox control with options to add icons,headings.

Masked Text Box Uses a Mask to differetiate proper and improper text input.

MonthCalendar Enable to select date at runtime

Notify Icon Displays an icon in the Windows Tray

Allows to input a integer of specific decimal places within a specific


NumericUpDown
range.

Picture Box Display image files

Progress Bar Display the progress of a task.

Radio Button Allows to choose a choice from a group of choices.

Rich TextBox Allows to edit, input rich text.

4
Text Box Control used to input or display text.

ToolTip Displays tooltip text.

TreeView Displays the hierarchy of nodes.

WebBrowser Allows to open an html document in form.

5
 Code:-

Public Class Form1

Private Sub Form1_Load(sender As Object, e As EventArgs) Handles

MyBase.Load End Sub

Private Sub OvalShape1_Click(sender As Object, e As EventArgs) Handles

OvalShape1.Click End Sub

Private Sub OvalShape3_Click(sender As Object, e As EventArgs) Handles

OvalShape3.Click End Sub

Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles


Timer1.Tick If OvalShape1.Visible Then
OvalShape2.Visible = True
OvalShape1.Visible = False
OvalShape3.Visible = False
ElseIf OvalShape2.Visible
Then OvalShape3.Visible =
True OvalShape2.Visible =
False OvalShape1.Visible =
False
Else
OvalShape1.Visible = True

OvalShape2.Visible = False
OvalShape3.Visible = False

End If
End Sub
End Class

6
GUI APPLICATION DEVELOPMENT USING VB.NET

 Basic form design:-

 Output:-

7
GUI APPLICATION DEVELOPMENT USING VB.NET

ANNEXURE I

Rubric for Evaluation of Micro Project of gui application development using vb.net (22034)
Title of Micro Project:

Group Members:
Sr.No. Roll No. Name of Candidates
1 Suryawanshi S.B.
2 Gavhane A. R.
3 Karade N.N.
4 Garad S.S.

Sr. Criteria Marks Indicators for different level of Performance (Evaluation Scale 0 to 2)
No Obtained
( Out of Poor (0) Average (1) Good (2)
2)

Submission of Not Submitted anything proposal or project report Project proposal & project report
Project in time submitted in time submitted ij time
1
proposal/Repo
rt
Not attained any Attained some CO/PRO Attained maximum CO/PRO
CO/PRO CO/PRO
2
attainment

Content of Not contains relevant Contains some relevant Contains maximum relevant
3 project/Forma information information information
tting
Total Marks
4
(06)
Question/
5
Answers (04)
Total (10) :

Additional Comments (if any):

Ms. M. D. Bochare

Name of Teacher

8
GUI APPLICATION DEVELOPMENT USING VB.NET

ANEEXURE II

Evaluation Sheet for the Micro Project

Academic Year: 2018-19 Name of the Faculty:


Course: gui application development using vb.net

Course code: 22034 Semester: IV

Title of the project: traffic signal control


Cos addressed by Micro Project:
A:
B:
C:
D:

Major learning outcomes achieved by students by doing the project


(a) Practical outcome:

(b) Unit outcomes in Cognitive domain:

(c) Outcomes in Affective domain:

1)

2)

Comments/suggestions about team work /leadership/inter-personal communication (if any)


……………………………………………………………………………………………………………

Marks out of 6 Marks out of 4for


for performance performance in
Roll No Student Name in group activity oral/ presentation Total out of 10
(D5 Col.8) (D5 Col.9)

(Signature of Faculty)

You might also like