Umesh Gad Micro3
Umesh Gad Micro3
Subject
GUI Applications Development Using VB.Net (Subject code:- 22034)
Micro-Project Topic
Book Shop Management System
Guided by
Mr.P.R.Satav Sir
Submitted By
Sr.No. Roll No. Enrollment No. Name
1 46 2212410186 Umesh Motising Patil
2 47 2212410187 Sharvari Vinod Rase
3 48 2212410188 Guddu Namdev Rathod
4 49 2212410189 Ayush Prashant Raut
5 50 2212410190 Harshal Sunil Raut
1
MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
Certificate
This is to Verify That
Mr./Ms………………………………………………...Roll No…………of Fourth
Semester of Diploma in ......................................................................................... of
Institute………………………………..…………………..……………………………
(Code :………….……..) Has completed the Micro-Project Satisfactory in course
GUI Application development Using VB.net (22034) for the academic year
2023-2024 as prescribed in the curriculum.
2
----Index----
Sr. Topic Page
No. No.
1 Introduction 04
2 Cource outcome 05
3 Skill Develop 05
6 Conclusion 09
7 References 09
3
----INTRODUCTION----
Visual Basic .NET (VB.NET) is a powerful programming language
developed by Microsoft. It is widely used for building Windows-based
applications, web applications, and web services. VB.NET is an object-oriented
programming language that provides a framework for developing various types of
software solutions.
It is an online web application where the customer can purchase book online. This
software is developed to maintain records of sales, purchase and staff records. The
online book shop website provides customer with online shopping through a web
browser. The purpose of this software is to manage the books in the bookshop. It
includes the order processing, stock management and we developed this software to
maintain records of sales, purchase and staff records. Here, We are try to developed
this system which is provide the automation on the any type of the bookshop. Visual
Basic 6.0 is Microsoft latest and greatest version of the Visual Basic programming
language. Although writing programs can be a tedious chore at times Visual Basic
educes the efforts required on your part and marks programming enjoyable About
Visual Basic 6.0 Visual Basic marks many aspects of programming as
simple as dragging.
4
----COURSE OUTCOME----
----SKILL DEVELOP----
2. User Interface Design: Designing the login page's user interface (UI) requires
understanding of UI design principles and proficiency in using Visual Studio's GUI
designer tools. This includes arranging controls, setting properties, and creating an
intuitive layout for users.
6.Software Testing: Testing the login page helps improve your skills in software
testing and quality assurance. You'll learn to identify and fix bugs, perform usability
testing, and ensure the application functions correctly under various scenarios.
5
----CODE----
Public Class Form1
Dim total As Double
Dim cost, discount, nobook As Integer
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
ComboBox1.Items.Add("Mathemetics")
ComboBox1.Items.Add("Accounting")
ComboBox1.Items.Add("Economics")
ComboBox1.Items.Add("English")
ComboBox1.Items.Add("Marketing")
ComboBox2.Items.Add("Student")
ComboBox2.Items.Add("Teacher")
ComboBox2.Items.Add("Others")
End Sub
End If
total = (nobook * cost) - (nobook * discount)
TextBox2.Text = "Rs." & "" & FormatNumber(total)
6
End Sub
7
----OUTPUT----
8
----CONCLUSION----
We are developing a Book Shop Management System in VB.NET using
Visual Studio is a rewarding project that offers developers a comprehensive
learning experience. Through this project, developers can enhance their
programming proficiency in VB.NET, improve their skills in user interface design,
database integration, error handling, security implementation, software testing, and
documentation.
----REFERENCE----
[https://docs.microsoft.com/en-us/dotnet/visual-
basic/](https://docs.microsoft.com/en-us/dotnet/visual-basic/)
[https://docs.microsoft.com/en-
us/visualstudio/](https://docs.microsoft.com/en-us/visualstudio/)
Books on VB.NET and Visual Studio development