Choose the statement below that performs the comment found on line 2 of the following code segment.

``` Dim newStudentForm As New frmNewStudent()
'Initialize AcademicYear text box on NewStudent form to 1
newStudentForm.ShowDialog()
```

a. frmNewStudent.txtAcademicYear.Text = “1”
b. txtAcademicYear.Text.newStudentForm = “1”
c. newStudentForm.txtAcademicYear.Text = “1”
d. txtAcademicYear.frmNewStudent = “1”


c. newStudentForm.txtAcademicYear.Text = “1”

Computer Science & Information Technology

You might also like to view...

If the cell references should not be modified when moved to a new location, you should use a(n) relative reference.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 3-3Tim is creating a page to display his poker club's set of rules. He has main categories and subcategories along with about a paragraph or more of explanation for each. Tim should use what type of font for the categories and subcategories?

A. serif B. monospace C. sans-serif D. fantasy

Computer Science & Information Technology

Create a GUI that has two buttons on it. When clicked, each button creates a new window. The first button creates a window that has a single button on it. Pressing that button will change the window’s background color back and forth between red and green. The second button creates a window that has two buttons. Pressing the first button of these two buttons will change the window’s background color to black. Pressing the second button will change the background color to white. Make sure that your windows will just dispose of themselves when they are closed.

What will be an ideal response?

Computer Science & Information Technology

Name the four audio sources that Unity supports

What will be an ideal response?

Computer Science & Information Technology