You will develop a user interface for a simple message display program. Create a user interface like this one. (You do not have to develop a working version of the program, just the user interface).
When your user interface is exactly like mine (the textBox is 232 by 184 and the font size is 14), print it out to turn in.
Hint: To change the Height of a TextBox, you must first set the value of its Multiline property to true.
When you exit VS.NET, it will have created several files on your disk. Open the .vb file using the Notepad text editor. As you see, it has many lines of automatically generated Visual Basic source code. That is the code that creates objects and assigns their property values. Print the file and turn in along with the answers to the following questions: