|
-
Jul 15th, 2007, 08:15 PM
#1
Thread Starter
Fanatic Member
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.
-
Jul 16th, 2007, 02:12 AM
#2
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.
-
Jul 16th, 2007, 07:23 PM
#3
Thread Starter
Fanatic Member
Re: Help with printing in customize position
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|