Creating a .NET 2.0 Project
To create a new .NET project, complete the following steps:
1. From the File menu in Microsoft Visual Studio .NET, select New and click Project. The New Project dialog box opens.
2. Under Project types, choose either Visual Basic or Visual C#, and select Windows Application from the list of Templates in the right pane.
3. Enter or browse for a location for your application in the Location field and click OK.
A new Microsoft Visual Studio .NET project is created in the specified location. In addition, a new Form1 is displayed in the Designer view.
4. Double-click the C1Spell components from the Toolbox to add them to Form1. For information on adding a component to the Toolbox, see Adding the C1Spell Components to a Project.
|