C++ Printing - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: C++ Printing (/showthread.php?tid=36510) C++ Printing by DJeX on 01-05-2005 at 11:37 PM I want to use the Print() function to print the contents of my form but I want to print it landscape not portrait. How would I do this? RE: C++ Printing by RaceProUK on 01-06-2005 at 05:27 PM Does the documentation for Print() tell you how? If not, then you may need to look at part of the API, probably something like the Print Spooler API or something. RE: C++ Printing by Geniuzzz on 01-07-2005 at 10:57 AM
Hi,
RE: C++ Printing by DJeX on 01-07-2005 at 08:24 PM
How would I put that in code? RE: C++ Printing by RaceProUK on 01-08-2005 at 01:13 PM
quote:You do know that is part of the language, not just some Borland thing? I assume you have a book on C++ to learn from. If not, then get something like 'Teach Yourself C++ in 21 Days'. RE: C++ Printing by DJeX on 01-08-2005 at 10:44 PM Yea I got that book |