Results 1 to 2 of 2

Thread: Print Preview

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    Print Preview

    I know some people have asked if they could preview a word document but all I want to do is print preview a word doc. Is this possible without word installed?


    Thanks In Advance

    Parksie

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Print Preview

    The .NET Framework has no inbuilt support for Office applications or document formats. If you want to do anything with a Word document then you need Word installed to do the work, or some other application that understands and can work with the file format. The alternative would be to read the actual binary or XML content of the file yourself and then do the printing using a PrintDocument. I don't think you want to do that.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width