FormLoad
Which of the following is/are true?
- The FormLoad event is executed at the start of program execution
- The FormLoad event is executed at the end of program execution
- A FormLoad event handler could include loops
- A FormLoad event handler could make selected user interface objects visible
- A FormLoad event handler could initialize a variable with a value typed in by the user
Explain your answers.