
In this step we create a new Windows Form project.
To create a new project:
Open Visual Studio .NET 2003.
Select File > New > Project.
The New Project dialog box displays.
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.
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.