word

  1. russhockshop

    save as word document with a pre chosen name?

    Public Class Form1 Inherits System.Windows.Forms.Form Public myCaller As Form4 Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load lblDay.Text = Date.Now.ToString("dddd/MMMM/dd/yyyy") prntDoc.DefaultPageSettings.Landscape = True End Sub...
  2. groupdocs

    GroupDocs.Conversion for .NET 3.0.0 API released

    What?s new in this release? GroupDocs team is pleased to announce the new release of GroupDocs.Conversion for .NET 3.0.0. It includes a large variety of document formats. Document conversion was never so easy. The legacy 1.1.0 version of GroupDocs.Conversion for .NET supported less document...
  3. W

    Question Word page Ranges

    Hi Folks, This is probably the most stupid question ever posted but I have run out of things to Google and still have no idea! I have a winforms app that will open a word document and work out which pages it needs to copy, lets say it's pages 4 - 6. I intend to copy everything from those...
  4. P

    Question Bring Word 2013 to the front

    Hi All, I hope some one may be able to come up with a solution to this one. I create and open a word document from a form and then use .Activate to bring it to the front like so: System.IO.File.WriteAllBytes(Directory.GetCurrentDirectory() & "\document.docx", Document) Dim WordApp...
  5. E

    Question Word Automation Memory Error

    Hello, I have created a VB.net program that allows the user to download a word template and some data. The program then uses the macros within that document to fill in the correct locations. Then the user can save the file and close out word. When the user closes word my VB.net program uploads...
  6. J

    C# / VB.NET Word component - GemBox.Document 2.1 Released

    GemBox Software has released a new version of GemBox.Document - C# / VB.NET Word component for easy and efficient Word document processing in .NET without Microsoft Word. GemBox.Document 2.1 supports DOCX reading and writing and adds a new functionality of writing / creating PDF, XPS and image...
  7. gchq

    Question MS Word Late Bindings

    Hi there I am attempting to rework some MS Word 2000 code to work with Late Bindings, but adding a document to word.documents is giving me some grief. The only examples I can find involve opening an existing word document... Here is the existing code that works with Word until you hit 2007...
  8. F

    Question Automate different versions of Word from Visual Basic .NET

    I need to create a word document from vb.net (2008) and have found this very useful page here... How to automate Word from Visual Basic .NET to create a new document The problem I have is that I have office 2007 on my machine but my customer has many machines with many different versions of...
  9. G

    Question Microsoft Word Event Handling - DocumentBeforeClose

    Hi I have an app, that generates a word 2007document via the PIA's and then displays the document (in Word) to the user, so they can edit it. I capture the Word_DocumentBeforeClose event, as I am implementing my own save functionality where the documents gets converted to a PDF and stored in...
  10. jaseemameer

    Question Microsoft office object

    creating an object of Microsoft.Office.Interop.Word.Application and initializing gives the error : Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005. It works fine in my pc, but when hosted on server, it...
  11. S

    Question word a equation

    How I could get different equations from VB.net to Word file? Here (Enable Your Users to Write Math Equations in Your Web and Desktop Apps - CodeProject) seems to be one good solution, but I can`t get it work-I would be very thankful if some one could give small sample or help me with that...
  12. C

    Service problem with Word

    Hi, The service converts htm files to PDF, using Word to create a prn file. The prn file is printed to a file printer using ghostscript. If the service runs under local system account, it's impossible for the code to access the properties of the word document (e.g. changing margins of the...
  13. W

    Question How to Connect Notepad as a Database

    I am making a bookworm game as my project in school and I wanted my words database to be in notepad, but how can I connect and query using vb.net2008?:confused: I got this idea from an online game that the game database for restricted words are in notepad, I also wanted to do that....:cool...
  14. A

    Convert Word documents to PDF, Print & Render Word DOCs to images

    What’s new in this release? This mega release of Aspose.Words for .NET v6.0 includes support of lots of new features. It enables you to print, rendering images and converting Word documents to PDF directly without using any other library. This release also makes sure opening and saving Word...
  15. A

    Convert PDF to Word document formats with Aspose.Recognition

    What’s new in this release? Aspose.Recognition for .NET has come out of Beta and its first commercial release has been announced supporting many new features. You can download Aspose.Recognition to evaluate improved performance of converting PDF files to Word document formats. More about...
Back
Top