Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
QuestionHow does the SharpStunt Library work? Pin
softwarejaeger15-Apr-09 0:05
softwarejaeger15-Apr-09 0:05 
Questionthe type initializer fror "Myproject.Myclass"threw an exception? Pin
dec8214-Apr-09 23:31
dec8214-Apr-09 23:31 
AnswerRe: the type initializer fror "Myproject.Myclass"threw an exception? Pin
Luc 64801115-Apr-09 0:01
Luc 64801115-Apr-09 0:01 
QuestionHow to call begin edit on key press in TreeListView Pin
hirenkshah14-Apr-09 23:18
hirenkshah14-Apr-09 23:18 
QuestionAccess the method from VB clients(Method has written in C#) Pin
member12345614-Apr-09 22:38
member12345614-Apr-09 22:38 
AnswerRe: Access the method from VB clients(Method has written in C#) Pin
Christian Graus14-Apr-09 23:44
protectorChristian Graus14-Apr-09 23:44 
AnswerRe: Access the method from VB clients(Method has written in C#) Pin
DaveyM6914-Apr-09 23:45
professionalDaveyM6914-Apr-09 23:45 
JokeRe: Access the method from VB clients(Method has written in C#) Pin
12Code15-Apr-09 1:22
12Code15-Apr-09 1:22 
Question[Message Deleted] Pin
member12345614-Apr-09 22:09
member12345614-Apr-09 22:09 
AnswerRe: Help Pin
Christian Graus14-Apr-09 22:15
protectorChristian Graus14-Apr-09 22:15 
AnswerRe: Help Pin
benjymous14-Apr-09 22:16
benjymous14-Apr-09 22:16 
GeneralRe: Help Pin
Christian Graus14-Apr-09 22:17
protectorChristian Graus14-Apr-09 22:17 
GeneralRe: Help Pin
tom57200714-Apr-09 22:19
tom57200714-Apr-09 22:19 
QuestionHow to map data from dataAdaptater to dataset correctly Pin
tom57200714-Apr-09 22:04
tom57200714-Apr-09 22:04 
NewsRe: How to map data from dataAdaptater to dataset correctly Pin
tom57200715-Apr-09 2:24
tom57200715-Apr-09 2:24 
RantRe: How to map data from dataAdaptater to dataset correctly Pin
tom57200715-Apr-09 3:09
tom57200715-Apr-09 3:09 
QuestionHow to save an xml file from PDA webbrowser control [modified] Pin
pankaj.calm14-Apr-09 21:41
professionalpankaj.calm14-Apr-09 21:41 
QuestionC# Doubt Pin
crrajaguru14-Apr-09 21:36
crrajaguru14-Apr-09 21:36 
AnswerRe: C# Doubt Pin
Christian Graus14-Apr-09 22:05
protectorChristian Graus14-Apr-09 22:05 
QuestionWhat's the responsibility of controller? Pin
calendarw14-Apr-09 21:10
calendarw14-Apr-09 21:10 
AnswerRe: What's the responsibility of controller? Pin
crrajaguru14-Apr-09 21:41
crrajaguru14-Apr-09 21:41 
GeneralRe: What's the responsibility of controller? Pin
calendarw14-Apr-09 21:58
calendarw14-Apr-09 21:58 
QuestionUpside down printer Pin
damichab14-Apr-09 20:48
damichab14-Apr-09 20:48 
AnswerRe: Upside down printer Pin
benjymous14-Apr-09 22:08
benjymous14-Apr-09 22:08 
GeneralRe: Upside down printer Pin
damichab15-Apr-09 0:36
damichab15-Apr-09 0:36 
Hi benjymous and thanks for your reply.


I have in my possession Charles Petzold's "Programming Microsoft Windows with C#" and did try a few things such as RotateTransform(180f) etc. Only some of the output swiveled like it should. Your comment at least helped me to work out why...

I am MOSTLY using a Graphics object to draw with. But I am also using a GetHdc() of that graphics object to draw some rich text via use of the RichTextBox. This output is remaining steadfast.

So is there anyway to rotate the output of a PrintDocument? Should I be using something else? Or will I have to rotate every individual element that I am trying to print?


Any help, suggestion or clue will be greatly received.

- David.

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.