[]
In this step, you begin with creating a New Project where you create a Windows Forms Application in Visual Studio. After creating the application, add C1Word reference (dll) to your application.
Perform the following steps to start using the Word component:
Create a New Project|Windows Forms Application in Visual Studio.
Add the C1Word reference (dll) to your application.
Add the C1WordDocument component to the form.
Switch to the Code view and add the following namespace to the code:
Imports C1.C1Word
using C1.C1Word;