Click here to Skip to main content
15,891,942 members
Home / Discussions / C#
   

C#

 
GeneralRe: FolderBrowserDialog doesn't show tree structure Pin
Saamir7-Aug-06 11:02
Saamir7-Aug-06 11:02 
Questionhow to Call a function Pin
dinabandhu patra7-Aug-06 7:09
dinabandhu patra7-Aug-06 7:09 
AnswerRe: how to Call a function Pin
Josh Smith7-Aug-06 7:54
Josh Smith7-Aug-06 7:54 
QuestionHow to identify active control on a form [modified] Pin
dennisd457-Aug-06 7:00
dennisd457-Aug-06 7:00 
AnswerRe: How to identify active control on a form Pin
Josh Smith7-Aug-06 7:55
Josh Smith7-Aug-06 7:55 
GeneralRe: How to identify active control on a form Pin
dennisd457-Aug-06 8:14
dennisd457-Aug-06 8:14 
GeneralRe: How to identify active control on a form Pin
Josh Smith7-Aug-06 8:46
Josh Smith7-Aug-06 8:46 
QuestionHow To Rotate text when I print Pin
galigal157-Aug-06 6:27
galigal157-Aug-06 6:27 
I want to know how to rotate text when I print to my printer.

I try this
/////////////////////////////////////////////////
e.Graphics.TranslateTransform(0,0);

e.Graphics.RotateTransform(40);
e.Graphics.DrawString("XXXX",
new Font(fontName, fontSize, fontStyle),brush, 20,40);
////////////////////////////////////////////////////////
but this move the text out of the page
what I need to do that the text will stay on X and Y I put??????????

Confused | :confused:
AnswerRe: How To Rotate text when I print Pin
Judah Gabriel Himango7-Aug-06 8:23
sponsorJudah Gabriel Himango7-Aug-06 8:23 
Question3D form Pin
FlipTheLip7-Aug-06 6:20
FlipTheLip7-Aug-06 6:20 
AnswerRe: 3D form Pin
Dustin Metzgar7-Aug-06 6:50
Dustin Metzgar7-Aug-06 6:50 
QuestionCustom Print Settings Pin
michmela447-Aug-06 5:22
michmela447-Aug-06 5:22 
Questionplaying PCM / audio data Pin
t4ure4n7-Aug-06 4:54
t4ure4n7-Aug-06 4:54 
AnswerRe: playing PCM / audio data Pin
Rob Philpott7-Aug-06 5:07
Rob Philpott7-Aug-06 5:07 
Questionhow do i execute file in program Pin
bspman7-Aug-06 4:48
bspman7-Aug-06 4:48 
AnswerRe: how do i execute file in program Pin
stancrm7-Aug-06 4:56
stancrm7-Aug-06 4:56 
GeneralRe: how do i execute file in program Pin
bspman7-Aug-06 5:01
bspman7-Aug-06 5:01 
QuestionProblems with Sql Express Pin
kulile7-Aug-06 4:43
kulile7-Aug-06 4:43 
AnswerRe: Problems with Sql Express Pin
Guffa7-Aug-06 8:45
Guffa7-Aug-06 8:45 
GeneralRe: Problems with Sql Express Pin
Colin Angus Mackay7-Aug-06 8:47
Colin Angus Mackay7-Aug-06 8:47 
AnswerRe: Problems with Sql Express Pin
Colin Angus Mackay7-Aug-06 8:46
Colin Angus Mackay7-Aug-06 8:46 
QuestionHow do I listen packets sent between a server/client application? Pin
Igor Lima7-Aug-06 3:52
Igor Lima7-Aug-06 3:52 
AnswerRe: How do I listen packets sent between a server/client application? Pin
stancrm7-Aug-06 4:48
stancrm7-Aug-06 4:48 
GeneralRe: How do I listen packets sent between a server/client application? Pin
Eric Dahlvang7-Aug-06 5:27
Eric Dahlvang7-Aug-06 5:27 
GeneralRe: How do I listen packets sent between a server/client application? Pin
Shy Agam7-Aug-06 5:33
Shy Agam7-Aug-06 5:33 

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.