Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: Freeze Pin
Richard Deeming2-Jan-03 1:59
mveRichard Deeming2-Jan-03 1:59 
GeneralCOM Interop (still confused) Pin
Adrian Hall30-Dec-02 21:03
Adrian Hall30-Dec-02 21:03 
GeneralSerialization problem Pin
Anonymous30-Dec-02 13:54
Anonymous30-Dec-02 13:54 
GeneralRe: Serialization problem Pin
Rob Graham30-Dec-02 14:03
Rob Graham30-Dec-02 14:03 
GeneralC# Problem Pin
sheppam30-Dec-02 13:10
sheppam30-Dec-02 13:10 
GeneralRe: C# Problem Pin
Anonymous30-Dec-02 15:09
Anonymous30-Dec-02 15:09 
GeneralRe: C# Problem Pin
sheppam31-Dec-02 5:49
sheppam31-Dec-02 5:49 
Generalscreen resolution Pin
SHaroz30-Dec-02 13:00
SHaroz30-Dec-02 13:00 
GeneralRe: screen resolution Pin
Rob Graham30-Dec-02 16:37
Rob Graham30-Dec-02 16:37 
GeneralRe: screen resolution Pin
SHaroz31-Dec-02 6:50
SHaroz31-Dec-02 6:50 
GeneralLooking for some advice... Pin
MStanbrook30-Dec-02 10:12
MStanbrook30-Dec-02 10:12 
GeneralRe: Looking for some advice... Pin
Stephane Rodriguez.30-Dec-02 10:20
Stephane Rodriguez.30-Dec-02 10:20 
General[URGENT, Posted Again] RTL PrintDocument Pin
Jassim Rahma30-Dec-02 10:05
Jassim Rahma30-Dec-02 10:05 
THIS IS URGENT PLEASE, I POSTED EARLIER BUT NO REPLY.

I'm using the following code to send an output string to a printer but I need the printer to write it from Right to Left instead of Left to Right because otherwise it will be impossible to adjust specially with long text...


PrintFont = new Font("Tahoma", 10);
PrintDocument pd = new PrintDocument();

pd.DefaultPageSettings.PaperSize = pd.PrinterSettings.PaperSizes[(int)myRegistry.GetValue("Paper Size")];

pd.PrintPage += new PrintPageEventHandler(this.pd_PrintPage);

pd.Print();

Jassim


Jassim Rahma
GeneralIcons in Installer (driving me nuts) Pin
Adrian Hall30-Dec-02 9:51
Adrian Hall30-Dec-02 9:51 
GeneralRe: Icons in Installer (driving me nuts) Pin
James T. Johnson30-Dec-02 9:59
James T. Johnson30-Dec-02 9:59 
GeneralRe: Icons in Installer (driving me nuts) Pin
Adrian Hall30-Dec-02 14:19
Adrian Hall30-Dec-02 14:19 
GeneralRe: Icons in Installer (driving me nuts) Pin
Kannan Kalyanaraman1-Jan-03 19:06
Kannan Kalyanaraman1-Jan-03 19:06 
GeneralInterfaces already implemented?. Pin
Boris Yankov30-Dec-02 9:26
Boris Yankov30-Dec-02 9:26 
GeneralRe: Interfaces already implemented?. Pin
David Stone30-Dec-02 10:03
sitebuilderDavid Stone30-Dec-02 10:03 
GeneralRe: Interfaces already implemented?. Pin
Stephane Rodriguez.30-Dec-02 10:16
Stephane Rodriguez.30-Dec-02 10:16 
GeneralRe: Interfaces already implemented?. Pin
Boris Yankov30-Dec-02 10:41
Boris Yankov30-Dec-02 10:41 
GeneralRe: Interfaces already implemented?. Pin
Stephane Rodriguez.30-Dec-02 11:14
Stephane Rodriguez.30-Dec-02 11:14 
GeneralRe: Interfaces already implemented?. Pin
Boris Yankov30-Dec-02 14:09
Boris Yankov30-Dec-02 14:09 
GeneralRe: Interfaces already implemented?. Pin
Stephane Rodriguez.30-Dec-02 19:01
Stephane Rodriguez.30-Dec-02 19:01 
GeneralRe: Interfaces already implemented?. Pin
James T. Johnson30-Dec-02 10:36
James T. Johnson30-Dec-02 10:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.