Microsoft 70-176: Designing and Implementing Desktop Applications with MS Visual Basic 6.0
#41. You have a form that will be using several graphic controls such as the PictureBox, Shape and Image controls. You will not be using a graphics method such as Circle, Pset or Line. What is the best way for you to set the AutoRedraw property?
#42. You are designing an ActiveX component to generate run-time errors. Which of the following statements would be used to generate a specific run-time error?
#43. A form contains only a TextBox control called TextA. The only statement in the form's Load Event is: TextA.Text = "Test" Which events for the form will be invoked if a user opens the form?
#46. You want to assign a value equal to the number of forms you currently have in your Forms collection to a variable of the variant data type named FNumber. Which line of code will accomplish this?
#49. On a form named MyForm, you create two labels: Label1 and Label2. When Label2 is dragged over Label1, you want the caption of Label2 to change to "Hello." How would you implement this?