Results 1 to 2 of 2

Thread: [RESOLVED] IP Printing

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Location
    USA
    Posts
    122

    Resolved [RESOLVED] IP Printing

    Hey Everyone,

    I am trying to print to a network printer using C#. Does anyone have any idea where I should get started.

    Thanks,

    -zd

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

    Re: IP Printing

    All .NET printing uses a PrintDocument, so that is where you start. You first take a look at what members the PrintDocument has. Doing so would reveal the PrinterSettings property, which is described like so:
    Gets or sets the printer that prints the document.
    That sounds pertinent so you should investigate further from there.
    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