Changing a program with a text editor

Use Notepad to open the file form1.vb that the development system created when you wrote your first VB program. As you see, the file contains the VB code defining the user interface. Study the code to see where the Text property of the form is set.

When you find it, change it from "First VB program" to "I changed it" and save the file.

Now open the solution file again. The text caption on the form should have changed.

Print screen shots showing the program executing both before and after you make the change along with a listing of the changed portion of the form1.vb file.