What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » C++ Printing

C++ Printing
Author: Message:
Geniuzzz
Junior Member
**

Avatar

Posts: 23
55 / Male / –
Joined: Jan 2005
RE: C++ Printing
Hi,

I would try this:


[list=1]
[*] use getPrinter to retrieve the printer settings into a PRINTER_INFO_2 structure
[*] modify the orientation inside that structure (the orientation is a member of the DEVMODE which is a member of  PRINTER_INFO_2
[*] use setPrinter
[/list]

and then print whatever you want to print...

have fun:P
Geniuzzz
01-07-2005 10:57 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
C++ Printing - by DJeX on 01-05-2005 at 11:37 PM
RE: C++ Printing - by RaceProUK on 01-06-2005 at 05:27 PM
RE: C++ Printing - by Geniuzzz on 01-07-2005 at 10:57 AM
RE: C++ Printing - by DJeX on 01-07-2005 at 08:24 PM
RE: C++ Printing - by RaceProUK on 01-08-2005 at 01:13 PM
RE: C++ Printing - by DJeX on 01-08-2005 at 10:44 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On