December 2003
Intermediate to advanced
504 pages
10h 42m
English
Now that you have developed a simple console application, you can continue developing your first series of applications by developing a Windows application or an application that has a Graphical User Interface (GUI). Because you already have the solution created, you can simply add a new project that uses Visual Basic .NET Projects and then select Windows Application (see Figure 5.8).

Again, you can choose the default name, WindowsApplication1. After you click OK, you will notice a change in the Visual Studio environment. Because you ...