Help with Printer Object in VB
Hi Folks,
I am stuck up with this printer object. I would be obliged if any one can help me out as i dont know much about the printer object.
I would like to know how to set the printable area for a printer object.
For example, when i give
Printer.CurrentX = 7: Printer.CurrentY = 0
Printer.Print text1.text;
it is printing at a Y position which is below the place i need it to be printed. Since it doesnt accept -ve values, kindly suggest as to how to give offset for the printing area.
And please i need it quite urgently..
Thankss
Anil
|