1. What value is assigned to the lblNum control when the lbl.Num.Text=9925 instruction is processed by the computer?
2. Explain the method for providing keyboard access to a text box.
3. What value is assigned to the lblNum control when the lblNum.Text=99 Mod 25 instruction is processed by the computer?
4. Explain how to delete a control that contains code.
5. Explain the difference between a form's Text property and it's name property.
6. Explain the differences between a form file and a form.
7. What does the dot member access operator indicate in the text System.Window.Forms.Label?