Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing of text

Status
Not open for further replies.

Ravingdragon

Programmer
Joined
Feb 13, 2002
Messages
3
Location
DE
Hello,

I use a form to show a status report on certain extensive macro operations in a textbox control.
Now I would like to enable the user to save and print this report. Saving works and printing kind of too :), but not really satisfying (German 'special' characters are replaced with graphic ones :) and when printing to 'FinePrint' (nice program to adjust output before actual printing) nothing happens at all). So I think my implementation using the Windows API (OpenPrinter -> StartDocPrinter -> StartPagePrinter -> WritePrinter -> EndPagePrinter -> EndDocPrinter -> ClosePrinter) is not really an easy and elegant way.
And I still believe that printing the content of a textbox cannot be that tricky, can it ??
So please open my eyes to the real way :).
Many thanks

Greetings Christian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top