Click here to Skip to main content
16,009,238 members
Home / Discussions / C#
   

C#

 
AnswerRe: Garbage Collection needed? Pin
Colin Angus Mackay15-Mar-06 6:02
Colin Angus Mackay15-Mar-06 6:02 
GeneralRe: Garbage Collection needed? Pin
Glenn E. Lanier II15-Mar-06 6:15
Glenn E. Lanier II15-Mar-06 6:15 
AnswerRe: Garbage Collection needed? Pin
Judah Gabriel Himango15-Mar-06 7:06
sponsorJudah Gabriel Himango15-Mar-06 7:06 
GeneralRe: Garbage Collection needed? Pin
Glenn E. Lanier II15-Mar-06 8:39
Glenn E. Lanier II15-Mar-06 8:39 
GeneralRe: Garbage Collection needed? Pin
Judah Gabriel Himango15-Mar-06 9:00
sponsorJudah Gabriel Himango15-Mar-06 9:00 
GeneralRe: Garbage Collection needed? Pin
Glenn E. Lanier II15-Mar-06 8:44
Glenn E. Lanier II15-Mar-06 8:44 
QuestionHow to print a C# form Pin
JuJAngel15-Mar-06 3:56
JuJAngel15-Mar-06 3:56 
AnswerRe: How to print a C# form Pin
Ed.Poore15-Mar-06 6:47
Ed.Poore15-Mar-06 6:47 
The simplest way I would think is to use the Win32 API to capture a picture. Take a look at the following articles (you'd need to use the form's handle rather than the desktop's one).

Screen Capturing (.NET 2.0 & pure managed)
Screen Capturing
Capturing the Screen Image in C#

Just do a search for screen capture in Code Project articles, there's lots of them! D'Oh! | :doh:

-- modified at 12:47 Wednesday 15th March, 2006

[mod]Sorry forgot to say, once you've got the image then you just need to draw it on the printer's canvas like anyother text / image[/mod]

Ed
GeneralRe: How to print a C# form Pin
JuJAngel18-Mar-06 9:36
JuJAngel18-Mar-06 9:36 
GeneralRe: How to print a C# form Pin
Ed.Poore18-Mar-06 10:45
Ed.Poore18-Mar-06 10:45 
Questionhow to do "123=6 23567=23"??? Pin
gursucan15-Mar-06 3:56
gursucan15-Mar-06 3:56 
AnswerRe: how to do "123=6 23567=23"??? Pin
Guffa15-Mar-06 4:03
Guffa15-Mar-06 4:03 
AnswerRe: how to do "123=6 23567=23"??? Pin
Lju215-Mar-06 9:07
Lju215-Mar-06 9:07 
AnswerRe: how to do "123=6 23567=23"??? Pin
Luis Alonso Ramos15-Mar-06 18:49
Luis Alonso Ramos15-Mar-06 18:49 
QuestionHow to do syntax hightlighting? Pin
SirErugor15-Mar-06 3:26
SirErugor15-Mar-06 3:26 
AnswerRe: How to do syntax hightlighting? Pin
Ed.Poore15-Mar-06 5:41
Ed.Poore15-Mar-06 5:41 
GeneralRe: How to do syntax hightlighting? Pin
SirErugor15-Mar-06 5:48
SirErugor15-Mar-06 5:48 
GeneralRe: How to do syntax hightlighting? Pin
Colin Angus Mackay15-Mar-06 6:06
Colin Angus Mackay15-Mar-06 6:06 
GeneralRe: How to do syntax hightlighting? Pin
Ed.Poore15-Mar-06 6:26
Ed.Poore15-Mar-06 6:26 
QuestionADOX Pin
JMichael246815-Mar-06 3:01
JMichael246815-Mar-06 3:01 
AnswerRe: ADOX Pin
Ed.Poore15-Mar-06 6:36
Ed.Poore15-Mar-06 6:36 
QuestionToolStripItem NumericUpDown Pin
hpetriffer15-Mar-06 2:58
hpetriffer15-Mar-06 2:58 
AnswerRe: ToolStripItem NumericUpDown Pin
Thomas Stockwell15-Mar-06 3:36
professionalThomas Stockwell15-Mar-06 3:36 
QuestionPrograms context menu Pin
elraton15-Mar-06 2:50
elraton15-Mar-06 2:50 
AnswerRe: Programs context menu Pin
Ed.Poore15-Mar-06 6:40
Ed.Poore15-Mar-06 6:40 

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.