
July 21st, 2005, 04:54 AM
|
|
Registered User
|
|
Join Date: Feb 2005
Posts: 13
Time spent in forums: 11 h 14 m 22 sec
Reputation Power: 0
|
|
|
Print multiline textbox
i want to print the content of the multiline textbox in the middle of paper.
but when i try to use these code
printer.currentx = 5000
printer.print text1.text
the result is:
__________________________asdf
asdf
asdf
only the first line will be move at 5000.
how can i make the whole content of textbox will be at 5000?
your response is highly appreciated.
thank you.
|