To Takehome Quizzes
IT 236 -- Takehome Quiz 1
1. (25 pts.) Write a console application that displays the line
Summer is here!
Show the source code only in your submission.
2. (25 pts.) Explain for what each of these windows is used.
(a) Solution Explorer.
(b) Form Window.
(c) Code Window.
(d) Properties Window.
(e) Toolbox.
3. (25 pts.) Write VB.Net statements that perform the following actions:
(a) Set the text in txtName to Alice.
(b) Set the background color of txtName to orange.
(c) Set the focus to txtName.
(d) Make the label lblDisplay invisible.
(e) Set the caption in the window titlebar to
My Project.
4. (25 pts.) Think of an object that occurs in everyday
life and list its properties, methods, and
events. Do NOT use examples that are close
to the ones discussed in class.