Results 1 to 3 of 3

Thread: Help with printing in customize position

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Help with printing in customize position

    hi guys...Help please..I have 3 Textboxes, CustomerId, Firstname & Lastname, and an Official Receipt. What I want is, is to fill-out the blanks from my Official Receipt with those value from the textboxes.

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

    Re: Help with printing in customize position

    .NET printing is done using GDI+. Just like drawing text on a form or control, you draw text on a printed page with the Graphics.DrawString method. You specify where to draw the text with parameters. See the help documentation for the PrintDocument for more information.
    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

  3. #3

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Re: Help with printing in customize position

    Thanks a lot Jm!

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