Creating a New Web Application Project

In this step we create a new Windows Form project.

To create a new project:

  1. Open Visual Studio .NET 2003.

  2. Select  File > New > Project.

The New Project dialog box displays.

  1. Select your programming language (for example, VB.NET, C# or J#) from the Project Types list, then select PickDP.NET Web Application from the Templates list. In this tutorial, we use the Visual Basic .NET programming language.

  2. Type a valid Web application location for your project in the Location text box, then click OK. In this tutorial, the project is located in http://localhost/PickDPWebFormDemo1.

The PickDP.NET Web Application template creates a new Web Form application and adds PickDP specific code to support PickDP connections.