Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
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 
QuestionHow to call C++ program from C# program Pin
shimin30-Dec-02 7:16
shimin30-Dec-02 7:16 
AnswerRe: How to call C++ program from C# program Pin
Anonymous30-Dec-02 12:48
Anonymous30-Dec-02 12:48 
GeneralRe: How to call C++ program from C# program Pin
Thomas Lau30-Dec-02 18:35
Thomas Lau30-Dec-02 18:35 
GeneralFatal out of memory error. Pin
shimin30-Dec-02 6:49
shimin30-Dec-02 6:49 
GeneralRe: Fatal out of memory error. Pin
leppie30-Dec-02 7:03
leppie30-Dec-02 7:03 

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.