Im having problems with uploading images so I will be posting Links to my drive. Hopefully there won't be any problems. Let me know if there are.
Menu (Design)
https://drive.google...bnBhUFJJZ2lPSkk
Menu (Debug)
https://drive.google...bENMWG5XQ1VOckk
The first picture is the kayout of the menu before debug. The second image is in debug mode (While running).
First few thing you should notice is the absence of a few label and a groupbox with radiobuttons inside.
I will guide you on making the design as the same as mine.
The screen size doesnt matter too much but if you want to make it the same as mine, Its 968, 698
First we are going to work on the groupboxes on the bottom.
Size: 191, 150
ForeColor: Yellow
Font: Century Schoolbook, 8.25pt
Their Text is Meat, Cheese, Toppings, Sauce. Order doesnt matter too much, but its just how I feel my choices are prioritized.
I Named the groupboxes as GroupMeat, GroupCheese, GroupSauce, Grouptoppings and no extra property changes.
Now fill those groupboxes with Checkboxes not RadioButtons as only one Radiobutton can be checked in a group. (Radio Buttons will be needed for bread choice later)
I think that the text automatically changes within the groupbox but incase it doesnt, the text font and color are basically the same thibng
ForeColor: Yellow
Font: Century Schoolbook, 8.25pt
The Text is the available choices for each category. (Salami, Ham, etc.)
Align the checkboxes for some visual apeal and avoid OCD complaints
Name them like this:
Check + Name of Choice
For example
CheckSalami
Now we need to make a few dims.
These Dims are going to be counters so you can see how many choices were chosen in each category.
Next Section will be about coding for the groupboxes and checkboxes
Menu (Design)
https://drive.google...bnBhUFJJZ2lPSkk
Menu (Debug)
https://drive.google...bENMWG5XQ1VOckk
The first picture is the kayout of the menu before debug. The second image is in debug mode (While running).
First few thing you should notice is the absence of a few label and a groupbox with radiobuttons inside.
I will guide you on making the design as the same as mine.
The screen size doesnt matter too much but if you want to make it the same as mine, Its 968, 698
First we are going to work on the groupboxes on the bottom.
Size: 191, 150
ForeColor: Yellow
Font: Century Schoolbook, 8.25pt
Their Text is Meat, Cheese, Toppings, Sauce. Order doesnt matter too much, but its just how I feel my choices are prioritized.
I Named the groupboxes as GroupMeat, GroupCheese, GroupSauce, Grouptoppings and no extra property changes.
Now fill those groupboxes with Checkboxes not RadioButtons as only one Radiobutton can be checked in a group. (Radio Buttons will be needed for bread choice later)
I think that the text automatically changes within the groupbox but incase it doesnt, the text font and color are basically the same thibng
ForeColor: Yellow
Font: Century Schoolbook, 8.25pt
The Text is the available choices for each category. (Salami, Ham, etc.)
Align the checkboxes for some visual apeal and avoid OCD complaints
Name them like this:
Check + Name of Choice
For example
CheckSalami
Now we need to make a few dims.
Public Meat As Integer = 0
Public Cheese As Integer = 0
Public Toppings As Integer = 0
Public Sauce As Integer = 0
Public Total As Integer = 0
These Dims are going to be counters so you can see how many choices were chosen in each category.
Next Section will be about coding for the groupboxes and checkboxes
0 Comments On This Entry
Trackbacks for this entry [ Trackback URL ]
← January 2022 →
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 |
Tags
My Blog Links
Recent Entries
Recent Comments
Search My Blog
4 user(s) viewing
4 Guests
0 member(s)
0 anonymous member(s)
0 member(s)
0 anonymous member(s)



Leave Comment









|