Reputation: 12709
i need to create an application which writes text into a word document while typing on a TextBox.any one knows a interface to achieve this?
Upvotes: -1
Views: 859
Reputation: 40736
If you are talking about creating and/or filling a Word document completely from code, I recommend that you take a look at the (commercial) Aspose.Words library.
If you are talking about "remote-controlling" Word from your own application, I recommend that you take a look at Microsoft Office Automation.
Upvotes: 1