CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2004
    Posts
    1

    How To print an invoice?

    How To Print Invoices using C#?
    I'm a C# .Net programmer and I am working on project that has this functionality. There are readily printed invoices design. My goal is to print some information on the invoices in the right location. Can you tell me how to do it or give me a link that explain this issue. I already try Google but I was not able to find the right article. I've been told to use crystal report but I do not know how. By the way look at the screen shot of my program in the attachment. Thank you.
    Attached Images Attached Images

  2. #2
    Join Date
    Apr 2006
    Posts
    220

    Re: How To print an invoice?

    using PrintDialog class

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

Featured