BUS4 092 Quiz: Quiz 7 - Chapter 7.docx

127 views3 pages
School
Department
Course
Professor

Document Summary

The me keyword provides access to the controls of a form without naming the specific control. Me is another name for the form load event procedure. The me. close() statement calls the close method of a form named me. The me keyword refers to the current instance of the form. Question 2 2 pts what is the result of the following section of code? private sub btnexit_click(byval sender as system. object, _ byval e as system. eventargs) handles btnexit. click me. close() end sub Which of the following will display the getstudentdataform form such that the programming statements that follow will not execute until the getstudentdataform is closed? getstudentdatafor m. show() getstudentdataform. showdialog() getstudentdataform. openform. modal() getstudentdataform. Question 4 2 pts all of the following are true about the hide method of a form except ________. Question 5 2 pts a variable is accessible to statements outside the form if declared ________.