Gad Microproject
Gad Microproject
MICRO PROJECT
Academic year: 2023-24
TITLE OF PROJECT
If (ComboBox1.SelectedIndex = 0) Then
ListBox1.Items.Clear()
ListBox1.Items.Add("Name:Sushant Sundar Kamble")
ListBox1.Items.Add("Roll No: 244")
ListBox1.Items.Add("Branch: Computer Engineering")
ListBox1.Items.Add("Current Semister:4th sem")
ListBox1.Items.Add("Enrollment No:2200940148")
ListBox1.Items.Add("SSC Marks:93")
ListBox1.Items.Add("College Name:Government Polytechnic
jintur”)
ListBox1.Items.Add("Gender:Male")
ListBox1.Items.Add("Address:At post Kolpimpri TQ: Kille
Dharur DIST:Beed ")
End If
If (ComboBox1.SelectedIndex = 1) Then
ListBox1.Items.Clear()
ListBox1.Items.Add("Name:Solanke Shrikant Narayan")
ListBox1.Items.Add("Roll No:249")
ListBox1.Items.Add("Branch: Computer Engineering")
ListBox1.Items.Add("Current Semister:4th sem")
ListBox1.Items.Add("Enrollment No:2200940161")
ListBox1.Items.Add("SSC Marks:92")
ListBox1.Items.Add("College Name:Government Polytechnic
Jintur")
ListBox1.Items.Add("Gender:Male")
ListBox1.Items.Add("Address:At post Shirsala TQ:Parli
Vaijnath DIST:Beed ")
End If
If (ComboBox1.SelectedIndex = 2) Then
ListBox1.Items.Clear()
ListBox1.Items.Add("Name:Sontakke Mangesh Madhav")
ListBox1.Items.Add("Roll No:251")
ListBox1.Items.Add("Branch: Computer Engineering")
ListBox1.Items.Add("Current Semister:4th sem")
ListBox1.Items.Add("Enrollment No:2200940164")
ListBox1.Items.Add("SSC Marks:92.40")
ListBox1.Items.Add("College Name:Government
Polytechnic Jintur")
ListBox1.Items.Add("Gender:Male")
ListBox1.Items.Add("Address:At post Lohara TQ: Royal
Udgir DIST:Latur ")
End If
If (ComboBox1.SelectedIndex = 3) Then
ListBox1.Items.Clear()
ListBox1.Items.Add("Name:Folane Shivraj Aasaram")
ListBox1.Items.Add("Roll No:263")
ListBox1.Items.Add("Branch: Computer Engineering")
ListBox1.Items.Add("Current Semister:4th sem")
ListBox1.Items.Add("Enrollment No:2351020181")
ListBox1.Items.Add("SSC Marks:99")
ListBox1.Items.Add("College Name:Government
Polytechnic Jintur")
ListBox1.Items.Add("Gender:Male")
ListBox1.Items.Add("Address:At post Pachlegaon
TQ:Jintur DIST:Parbhani ")
End If
End Sub
End Class
OutPut :-
• Conclusion
In this micro project we study different module of
student record system. We study functions of specified
topic. We also study to apply different GUI forms. Also
apply sameVB.NET concept like form controls, events.
We also study vb.net coding in project. In this
microproject, we add different student stream facilities.
We use MS-access database to store student data.