hi anyone help me I want to view a doc file in a textarea in jsp technology here below i find a code but on my system ActiveXObject is not created
how do i populate a word doc from an xml template using c#. I know how to open a blank document but I cant figure out how to populate it.
I have VBA that searches for a fon开发者_运维技巧t that is colored red, and takes action. VBA 2007 does not like this syntax:
I have created a document template file (.dotx) in Word 2007 and in this I have created a Quick Part. I 开发者_JAVA百科have been attempting to access this quick part programmatically using C# and the
I have a .net web application written in C# that is only used on an Intranet. 开发者_如何学GoI have a page on which I need to create a Word document, modify some of the text dynamically, save the Wor
I am having some trouble with an ASP.NET website I\'ve set up and it\'s very difficult to debug. Background Information:
So I have a tonne of Microsoft Word 2007 files in an svn repo atm as a I take notes on a netbook at school.
I\'ve created an xml template for a report. A user is supposed to be able to add information to personalise this report to their own n开发者_开发技巧eeds by a program im creating in C#
I\'m working on a school project on typing speed. In order to capture the user\'s characters per minute, I thought a Word macro would be useful, since they\'ll be typing only in Word.
I have a Word document and would like to export the content including the format as RTF (or html). Word.Application wordApp = new开发者_StackOverflow Word.Application();