I am trying to add a word document (.doc) to my project as a resource so I could open it with a button.
You can take the following steps to add a doc file into as resource into your project:
- Right-click your project and select the "Properties" option.
- Then click the "Resources" tab and it will show the dialog for you to add resources in the design time.
- The default page is for add String resources, you can select the combobox in the top-right to select the "file" item.
- Then click the "Add Resource" button to select the doc file and click OK.
- At last, the doc file will show in the blank area. It means that you have added it successfully.