About 15,800 results
Open links in new tab
  1. Creating numbered list in C# - social.msdn.microsoft.com

    Aug 1, 2012 · 3. As this is an asp.net project: Is Word being automated on the user's machine or server-side? [SPKK] It is a standalone program for in-house that is going to be used to …

  2. More on Exception from HRESULT: 0x800A03EC

    Oct 24, 2012 · The name property is only available on worksheet and workbook level as the following snippet code shows: Dim nName As Excel.Name = "" Dim xl_wbBook As …

  3. Memory Leak Issue with inline DataTemplates in Xaml

    Create a new Silverlight application using either the Navigation Template or the Business Template with RIA services. This provides you with an ErrorWindow child control/window.

  4. ClickOnce update .dotx file in Word Template project

    Jan 19, 2012 · I have a C#, MS Word 2007 Template project that I've created in Visual Studio 2010 targetting the 4.0 .NET framework. I would like to use ClickOnce to deploy the …

  5. Using LINQ and an XML spreadsheet - social.msdn.microsoft.com

    May 6, 2023 · Answers 0 Sign in to vote Here is an example that outputs the data in the worksheets: Code Snippet XDocument workbook = XDocument.Load (@"..\..\XMLFile1.xml"); …

  6. disable all message dialogs in MS-Word

    Aug 17, 2008 · Unfortunately, you don't provide any information about which version of Word is creating these files or, more importantly, in which file format they've been created. If this is the …

  7. Interop.Word - IIS, server side execution, SaveAs pdf

    Dec 3, 2009 · I'm using Interop.Word for saving docx file as pdf file. When I'm using my solution locally everything works fine. But when I try to run it on IIS variable doc is always null. This is …

  8. SaveCopyAs () functionality that exists in Excel object in Word object

    Apr 6, 2007 · So, my question is, how can I replicate the SaveCopyAs (..) functionality that exists in the Excel.ActiveWorkbook object, in the Word.ActiveDocument object? I am using c#, and …

  9. Creating a table of deleted records in access?

    Aug 6, 2012 · I want to create a table of removed records. I know the easy way to do it. But I want a really simple way of doing it. Either for when you click delete in a table or when you run a …

  10. Rich Text Box with columns? - social.msdn.microsoft.com

    Oct 18, 2014 · The word "Hello" will be in green and the word "World" will be in black. However, I do not see a way to have columns with a richTextBox. Please suggest.