Quick Start: Word for WPF > Step 1 of 3: Setting up the Application |
You begin with creating a WPF application in Visual Studio, adding Word reference and a button control to your application using the following steps:
imports C1.WPF.Word imports Microsoft.Win32
using C1.WPF.Word; using Microsoft.Win32;