In this article you will see how to create a task pane app for Word 2013 using Visual Studio 2013.
PrerequisitesBe sure you have installed the following components.
Create a task pane app for Word 2013 using Visual Studio 2013:1. Open Visual Studio 2013.2. Click on File => New => Project.3. Select “App for Office” from the installed templates, enter a name for the app and then click on the Ok button.4. Select “Task pane app in: Word” and then click on the “Finish” button.5. The following projects are created for an app. One project contains the manifest file for the app and the other one contains all the essential files required for the web application.6. The Manifest XML file contains the following information.7. Home.html contains the complete HTML that will be rendered as an UI for the app.8. Home.js contains all the functions required for an app.Test the app
SummaryThus in this article you saw how to create a task pane app for Word 2013 using Visual Studio 2013.
Printing in C# Made Easy