To All,
I have already coded a quantity form to show when a picture is clicked on. I have also created a dataset called 'Menudataset1' to retrieve information from my 'Menu' table and 'Dish Name' column.
I am now trying to code the 'label1' of the quantity form to change to the name of each picturebox when it is clicked on. I have already named each picturebox by their dish name.
Code so far:
...
User Profile
Collapse
-
How to link a database into vb studio 2008 to create an order form?
To All,
I have created a 'quantity' form to be displayed when an image of a dish (from my menu) is hovered over:
Code:quantity.Show()
I think I... -
Thank you very much it worked very well. -
How to call a button from a message box (made using a form) in another form?
Dear all,
I am trying to program a dialogue box to appear when the exit button from my 'Login' form is clicked.
The form has three options; yes, no, cancel.
The code so far:
Code:' Cancel button Private Sub Cancel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox4.Click Dim mainForm As New DBexit DBexit.Show()
No activity results to display
Show More
Leave a comment: