problem with printing

condor

Member
Joined
Mar 11, 2006
Messages
20
Programming Experience
1-3
Hi..

I made a small progarm for Bank Payment Voucher ... the problem is i need to print the information that i enterd in my form on an already made page how i can do that ? the page is attached ...

Regards
 

Attachments

  • bp.jpg
    bp.jpg
    68.5 KB · Views: 61
When you print anything you always specify exactly where everything goes, so it's just a matter of determining the pixel coordinates of the places you want to print things and specifying those coordinates. I'd suggest that you take a look at the printing example in the 2003 101 Samples from Microsoft. That will give you the basics of printing and you can extend it from there to do whatever you like. A bit of trial and error will determine the exact coordinates you need to use to position your text.
 
Back
Top