In my current company, we have this decade old...let\'s call it a \"Hello World\" application. While wanting to create a newer version of it, we also want to preserve older entries. These older entri
I\'m poking around to see if this app can be done.Basically the end user needs to create a bunch of export documents that are populated from a database.
I\'ve incorporated spell check into my win forms C# project. This is my code. public void CheckSpelling()
I\'m trying to send an email merging one document (.docx) with a contacts database (via OleDB). Using MS Word 2007, it seems easy (it works for easy things: name, address, ...) but I can\'t find how f
Is there a way to run a f开发者_StackOverflowile through a print driver without opening the application?
we are doing quite some invoice generation, and so far it is based on some pretty awful word automation that is now in for a review with Word 2010.
I think the title is fully descriptive now. Anyway, I need to generate a word document from my delphi application. It needs to choose from one of four different equations (with some specific parameter
I\'m opening a word document through IE on a local network, it opens up fine 开发者_JAVA百科but if a document is password protected then it should prompt for the password which it doesn\'t.
I am trying to create a Word document with a very simple word macro. The macro searches for a bookmark that I have placed in the text and then adds a date, 2 weeks into the future, at that location.
This is how I define the find object: Range rngDoc = m_oDocument.G开发者_高级运维etContent(); nEnd = rngDoc.GetEnd();