I use this forum to ask a Delphi question because I can't find any other good forums. Anyway, does anyone know how to print a Delphi form in landscape mode?
Printable View
I use this forum to ask a Delphi question because I can't find any other good forums. Anyway, does anyone know how to print a Delphi form in landscape mode?
Do you need to do tis at run time, or do you just want to print an image of your Delphi form?
If it's the latter, why not just run the app, press Ctrl-PrintScreen and then paste the image into your favorite word processor. Then you can print the image however you want.