Gui 67
Gui 67
Gui 67
Mumbai
GAD(22034)
A
MICRO-PROJECT
ON
Submitted by:
Submitted to:
1
CERTIFICATE
HOD PRINCIPAL
2
INDEX
Sr.No Page
Title
. No.
1. Acknowledgement 4
2. Abstract 5
3. Introduction 6
4. Computer System Used 7
Code 8-10
5. Program
Output 11-12
6. Conclusion 13
7. Reference 14
3
ACKNOWLEDGEMENT
4
ABSTRACT
The purpose of the Micro-project is develop new skills in
an individual and enhance this skill by using it at industry level.
A Graphical User Interface (GUI) is a digital interface in
which a user interacts with graphical components such as icons,
buttons, and menus. In a GUI, the visuals displayed in the user
interface convey information relevant to the user, as well as
actions that they can take.
In this project, I’ve created a Cafe Management System
GUI interface using Vb.net language by applying coding and
drag and drop methods.
5
INTRODUCTION
6
SIGNIFICANCE OF PROJECT
SCOPE OF PROJECT
I’ve developed the project such that the Grocery shop software
will help to buy the grocery online and help to ease and store
billing system.
1.Operating System
Windows11
2.Web browsers.
HARDWARE EQUIPMENTS
1. Personal laptop.
7
PROGRAM CODE
Login Page Coding :
End Sub
8
Private Sub Button1_Click(Sender As Object, e Aa
EventArgs)Handles Button1.Click
If Itnametb.Text=” “ or Qtytb.Text =” “ or CatCb.SelectedIndex=-1
or PriceTb.Text=” “ Then
MsgBox(“Missing Information”)
Else
Try
Con.Open()
Dim.query=”insert into Itemtb1 values(“ “ & Itnametb.text &
“Otytb.Text “,” &Pricetb.Text&”,”&Catchcb.Selected Text ()&”)
Dim Cmd As SqlCommand
Cmd=new SqlCommand(query,con)
Cmd.ExecuteQuery()
MsgBox(“Items Saved Successfully”)
Con.Close()
Catch ex As Exception
End Try
End If
End Sub
End Class
End If
End Sub
End Class
10
OUTPUT
11
12
CONCLUSION
13
REFERENCES
www.google.com
www.youtube.com
www.geekforgeeks.org
www.w3schools.in
14