ms-word
MS Word addin, macro or VBA script for passing word text to remote server, and displaying the response
I would like to create a button that the user can press on the MS wor开发者_如何学JAVAd toolbar, after this the document text is passed to a remote service, and some tabular data is passed back and di[详细]
2023-04-11 21:08 分类:问答Word interop - how to close one Word window without closing all of them?
I\'m using Microsoft Word Primary Interop Assemblies to slave MS Word.My application opens up its own Word window (u开发者_JS百科sing an instance of Microsoft.Office.Interop.Word.Application).After th[详细]
2023-04-11 18:40 分类:问答Handling Print Preview Closing Event in Word
I want to use Word\'s 开发者_C百科print preview window for previewing and printing Word documents. I am using code like this (that works well):[详细]
2023-04-11 06:45 分类:问答ApplicationClass Documents.Open returns null for ASP.NET site on 64bit system
I have a problem with opening word document from ASP.NET site. The solution works fine on Windows 2003 Server, but doesn\'t work on Windows 2008 server x64 and Windows 7 x64.[详细]
2023-04-11 06:12 分类:问答C# OpenXml Selective Font Bolding
I have a function that takes a couple of font parameters, and produces the required font in a RunProperties class. How can I turn on/off the Bold class? MSDN was pretty useless on this issue.[详细]
2023-04-11 06:11 分类:问答Change the default namespace of a VSTO project
Is it possible to change the default namespace of a VSTO project?... I\'ve tried opening the project file in notepad and changing the rootnamespace xml param to my new desired name, but it fails to lo[详细]
2023-04-11 05:24 分类:问答Error creating Word object in classic ASP on IIS7
In the middle of converting our Intranet from a Windows 2000/IIS 4 box to a Windows 2008/IIS 7 box.Just doing a straight conversion for now, with an eye on redeveloping some apps in C#.NET in the futu[详细]
2023-04-10 23:05 分类:问答Why are the blue quote lines not properly maintained when converting RTF to HTML?
I saved an Outlook e-mail reply I was working on as an RTF document, which I\'ve uploaded. What I\'d like to do is convert this RTF document to HTML.I\'ve tried various different means - LibreOffice,[详细]
2023-04-10 22:39 分类:问答How do I call a Word Macro with parameters from JScript
I have a Word template with a macro defined in the ThisDocument section: Sub Go(pID As Integer, pPassword As String)[详细]
2023-04-10 22:26 分类:问答How do you select an image that was just pasted to MS Word via VBA
Just pasted an image to MS Word in VBA using the following wordApp.Selection.PasteSpecial DataType:=wdPasteMetafilePicture, Placement:=wdInLine[详细]
2023-04-10 22:18 分类:问答