1)Make a label whose caption should be Name.Infront of that make a text box in which the user will enter her/his name.
2)Make a label whose caption should be Address.Infront of that make a text box in which the user will enter her/his address.
3)Make a text Area in which following buttons are present.
a) Make a label whose caption should be No.of Beaf Pizza's.Infront of that make a text box in which the user will enter some value.
b) Make a label whose caption should be No.of Chicken Pizza's.Infront of that make a text box in which the user will enter some value.
c) Make a label whose caption should be Total No. of Pizza's.Infront of that make a text box in which the.some value will be calculated by pressing calculate button.
d)Make a label whose caption should be Total No. of Pizza's.Infront of that make a text box in which some value will be calculated by pressing calculate button.
Make another text area in which four command buttons are present.
THeir captions are
CALCULATE
PRINT
EXIT
CLEAR
Now i don't know how to do its coding in Visual basic.
Please tell me how should i do its coding.