Checkbox and Button
Checkbox and Button
Subject/code: GAD/22034
Name: Ritesh Debadwar Batch: Co4IB Roll no:-69
DOP:- DOS:-
End If
If CheckBox1.Checked = True Then
MessageBox.Show("you like poeter new")
End If
If checkbox2.checked = True Then
MessageBox.Show("what the hell")
End If
If checkbox3.checked = True Then
MessageBox.Show("show the simple dude")
End If
End Sub
End Class