Question: Q1) A.recode the program with changing the bottons place. B.add an background picture. Lab 2 If CheckBox1. Checked And CheckBox 2. Checked And CheckBox 3.

Lab 2 If CheckBox1. Checked And CheckBox 2. Checked And CheckBox 3. Checked Then type = "- Wafers " + vbCrLf + "- Chocolate" + vbCrlf + "- Nults." ElseIf CheckBox1. Checked And CheckBoxz. Checked Then type = "- Wafers" + vbcrlf + "- Chocolate. " ElseIf CheckBox1. Checked And CheckBox3. Checked Then type = "- Wafers" + vbCrlf + "- Nults." ElseIf CheckBox2. Checked And CheckBox3. Checked Then type = "- Chocolate" + vbCrLf + "- Nults." Elsetf CheckBox1. Checked = False \& CheckBox2. Checked = False \& CheckBox3. Checked = F type = "Nothing" + vbCrlf End if MsgBox(freq + type + vbNewline + "Table number: " + TextBox1. Text) End Sub End Class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
