Gad Report
Gad Report
Gad Report
Micro-Project
On
Submitted To
MSBTE
In Partial Fulfilment of Requirement of Diploma Of
Computer Engineering
Under I Scheme
Submitted By
SAWANTWADI.
Page | 1
MAHARASHTRA STATE BOARD OF
TECHNICAL EDUCATION
CERTIFICATE
This is to certify that,
Seal of
Institution
Page | 2
INDEX
2. Introduction 4
6. Output 10,11
7. Conclusion 12
8. Reference 13
Page | 3
1.Abstract:-
The online electronic gadgets shopping project is an e-commerce platform that is
developed using VB.NET for GUI application development. The project is designed to
provide a user-friendly interface for customers to browse, select, and purchase
electronic gadgets online. The project incorporates features such as product listings,
shopping cart, order placement, payment processing, and customer support. The
project also includes a database to store information about the products, customers,
orders, and other related data. The objective of the project is to provide a seamless and
convenient shopping experience for customers and enable them to purchase electronic
gadgets online with ease. The project aims to achieve this objective by providing a
scalable, secure, and efficient platform that meets the demands of a growing number
of customers. The project is designed to be easy to use and navigate, with a simple and
intuitive interface that enables customers to browse and select products with ease.
With the integration of a payment gateway and customer support, the project provides
a complete shopping solution for customers who are interested in purchasing
electronic gadgets online. Overall, the online electronic gadgets shopping project is an
innovative solution that is designed to meet the needs of customers who are interested
in purchasing electronic gadgets online.
2.Introduction:-
The online electronic gadgets shopping project is an e-commerce platform developed
for customers who are interested in purchasing electronic gadgets online. The project
aims to provide a user-friendly interface for customers to browse, select, and purchase
products from the comfort of their homes. This project is developed using VB.NET for
GUI application development and incorporates features such as product listings and
shopping cart. The project also includes a database to store information about the
products, customers, orders, and other related data. The goal of this project is to
provide a seamless shopping experience for customers and enable them to purchase
electronic gadgets online with ease.
Page | 4
3.Properties Of Tools Used:-
The properties of some of the commonly used tools from the toolbox of VB.NET
for the online electronic gadgets shopping project can be described as follows:
1. Label Control: A Label control is used to display text on a form. It is used to
display the name, description, and price of the electronic gadgets.
2. Button Control: A Button control is used to trigger an action when clicked. It is
used for actions such as adding items to the shopping cart, completing the
purchase, or cancelling the order.
3. PictureBox Control: A PictureBox control is used to display images on a form. It
is used to display the images of the electronic gadgets.
4. Panel Control: A panel can be used to create the navigation menu section that
contains links to different product categories. Another panel can be used to create
the product listing section that displays the different gadgets available for purchase.
5. BunifuDrag Control: BunifuDrag is a tool used to enable dragging of a control or
form by the user. It is used to allow the user to move the form or a control to a
different location. Some of the properties of BunifuDrag control are:
TargetControl: The control that the user can drag.
BorderRadius: The radius of the control corners.
6. BunifuElipse Control: BunifuElipse is a tool used to create rounded corners for a
control. It is used to create a rounded corner for the forms and other controls. Some
of the properties of BunifuElipse control are:
TargetControl: The control to which the rounded corners will be applied.
ElipseRadius: The radius of the rounded corners.
Page | 5
4.Structure Of The Project:-
In this project we have tried to build an Simple Shopping app using Windows Form
Application.
Firstly, we have used one form which divide the Initial Menu.
INITIAL MENU(FORM1)
In this form we have created and coded five buttons which display the following
options:
1.Smartphones
2.Laptops
3.Tvs
4.Smartwatches
5.Mycart
Laptops- It will display the Panel Control of Laptops, which will show the
Images of Laptops along with its price and model name.
Tvs- It will display the Panel Control of Tvs, which will show the
Images of Tvs along with its price and model name.
Smartwatches- It will display the Panel Control of tvs, which will show the
Images of Smartwatches along with its price and model name.
Mycart- It will display the Panel Control of Mycart,where all the items will be
displayed that the user will add to cart.
Page | 6
The components used in this form are:
bitmap, metafile, icon, JPEG, GIF, or PNG file. In our project the picturebox is
Button- Button control is used to perform a click event in Windows Forms, and
it can be clicked by a mouse. In our project buttons are used everywhere to open
Panel Control- A panel is used used to create the navigation menu section that
contains links to different product categories. Another panel is used to create the
product listing section that displays the different gadgets available for purchase.
or form by the user. It is used to allow the user to move the form or a control to
a different location.
for a control. It is used to create a rounded corner for the forms and other
controls.
Page | 7
5.Project Code:-
Page | 8
panelonbtnsmartphonesposition.Height = smartwatchesButton4.Height
panelonbtnsmartphonesposition.Top = smartwatchesButton4.Top
Panelsmartphones.Visible = False
Panellaptops.Visible = False
Paneltvs.Visible = False
Panelsmartwatches.Visible = True
End Sub
End Class
Page | 9
6.Output: -
1.Smartphone’s Panel:-
2.Laptop’s Panel:-
Page | 10
3.Tv’s Panel:-
4.SmartWatches’s Panel:-
Page | 11
7.Conclusion:-
In conclusion, the online electronic gadgets shopping project in VB.NET is a
comprehensive and functional application that allows users to browse, purchase, and
manage electronic gadgets online. The project utilizes a Windows Forms-based user
interface, with a modular and scalable architecture that separates the application's
functionality into distinct layers. The Business Logic layer handles the processing of
data and business rules, while the Data Access layer interacts with the database to
store and retrieve data. The external services provide additional functionality to
support the application's operations, including payment processing and shipping.
Overall, the project is designed to be user-friendly, secure, and maintainable, with a
well-defined structure that supports the development and future updates of the
application.
Page | 12
8.References:-
1. Microsoft Visual Basic .NET documentation: https://docs.microsoft.com/en-
us/dotnet/visual-basic/
2. Windows Forms documentation: https://docs.microsoft.com/en-
us/dotnet/desktop/winforms/?view=netframeworkdesktop-4.8
3. ADO.NET documentation: https://docs.microsoft.com/en-
us/dotnet/framework/data/adonet/
4. Bunifue Controls documentation: https://bunifuframework.com/docs/
Page | 13