94 Part I Getting Started with Microsoft Visual Basic 2010
- Click the Save All button on the Standard toolbar to save your changes, and specify
C:\Vb10sbs\Chap03 as the location.
You can now run the program.
Run the WebLink program
Tip The complete WebLink program is located in the C:\Vb10sbs\Chap03\Weblink folder.
- Click the Start Debugging button on the Standard toolbar to run the WebLink program.
The form opens and runs, showing its Web site link and handsome title bar text.
- Click the link to open the Web site at http://www.microsoft.com/learning/books/.
Recall that it’s only a happy coincidence that the link label Text property contains the
same URL as the site you named in the program code. (It is not necessary that these
two items match .) You can enter any text you like in the link label. You can also use
the Image property for a link label to specify a picture to display in the background
of the link label. The following figure shows what the Microsoft Press Web page looks
like (in English) when the WebLink program displays it using Internet Explorer.