Microproject Gui
Microproject Gui
MICRO PROJECT
TITLE OF PROJECT
1
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
Certificate
Place: Enrollment No :-
Date://Exam. Seat No: ...........................................
2
GROUP MEMBERS/DETAILS:-
INDEX:-
3
Sr.No. Title
1 Introduction of student record system
2 Aim of microproject
3 System design
4 Data model
5 Program
6 Output
7 Conclusion
8 Reference
4
In this project we are going to create student record
system in visual basic. In this we create an application
this application is about to store data of student from
various stream like Computer, Mechanical, Civil,
Electronic & Telecommunication. First, we create
different form designs and select the suitable form for
easy to store data of student for this project we use Visual
Basic IDE for design application. And by use of form
controls and its events it easy to create form design. We
use a data access control to store a data of student in
database and user can also retrieves the data of student
any time. For database we use MS access. In this GUI
application we use data binding.
5
Aim of Micro Project:
➤ System Design:
6
First, we will design the System Model and
simple high-level diagram of each module will
be enough. There are many kind of the diagram
to model a system especially when you are
using Object-Oriented design. These models are
specified in Unified Modelling Language (UML)
which not scope of this post.
7
The Administrator has to log in to the system
with username and password provided during
registration process. No one is allowed to log in
without a proper User ID and Password.
8
Once the Administrators logged in they can see
form for Student Details where they can Insert,
Delete, Update and Clear the Student Records.
They also have the option to go to First Record,
Last Record, Next Record and Previous Record.
9
Next, there is an option to maintain the Course
Details, when you click a Specific button. We
will discuss that later.
10
➤ Data Model:
• ER Model:
11
• Tables:
12
PROGRAM
cbbranch.Items.Add("Computer")
cbbranch.Items.Add("Civil")
cbbranch.Items.Add("Mechanical")
cbyear.Items.Add("First")
cbyear.Items.Add("Second")
cbyear.Items.Add("Third")
13
cbsem.Items.Add("I")
cbsem.Items.Add("II")
cbsem.Items.Add("III")
cbsem.Items.Add("IV")
cbsem.Items.Add("V")
cbsem.Items.Add("VI")
End Sub
Button1.Click
Table1BindingSource.AddNew()
End Sub
Button2.Click
Table1BindingSource. EndEdit()
14
Table1 TableAdapter. Update (Record_StudentDataSet. Table1)
MessageBox.Show("Saved Successfully")
End Sub
Try
NameToolStripTextBox.Text)
System.Windows.Forms.MessageBox.Show(ex.Message)
End Try
End Sub
Button3.Click
Table1TableAdapter.Search(Record_StudentDataSet. Table1,
TextBox2.Text)
15
End Sub
OUTPUT
16
CONCLUSION:-
17
REFERENCE:-
I. https://notesformsc.org/student-management-
system/
II. https://www.linkedin.com/pulse/10-reasons-
why-school-management-software-important-
revinr
III. https://www.ijraset.com/research-paper/
student-record-management-system-using-
django#:~:text=The%20study%20highlights
%20the%20need,timely%20access%20to
%20important%20information
IV. https://www.scribd.com/document/
429799402/student- record-system-in-vb-net
18
WEEKLY PROGRESS REPORT:-
MICRO PROJECT
ANEEXURE – II
19
Evaluation Sheet for the Micro – Project
Academic Year : -2023-2024 Name of faculty:-Prof.Madiha Mirza
Course:- GUI APPLICATION DEVELOPMENT USING VB.NET
Course code : 22034
Semester : Iv
__________________
(Signature of Faculty)
Prof.Madiha Mirza
20