Topic3 1
Topic3 1
1. Create a new Windows Form Application project. Name the new application system
vbPizza1. Set the Form’s Text Property to vbPizza1, too.
2. Add GroupBox into the Form and change its caption to “Pizza”, then put three Radio
buttons with captions: Deluxe, Special and Primo. Next, add another GroupBox with a
caption “Ingredients”, then put seven Check boxes on it and name the Check Boxes
captions with these: Cheese, Pepper, Bacon and Ham, Mushroom, Onions and Chili,
Tomato and Pineapple and Salami.
3. Finally add a Text box and place it below the Pizza Frame. Then put a label at the top of it
with the word “Price”.