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

C#

 
QuestionConnect and Read from USB Pin
Jassim Rahma12-Nov-11 3:11
Jassim Rahma12-Nov-11 3:11 
AnswerRe: Connect and Read from USB Pin
OriginalGriff12-Nov-11 4:57
mveOriginalGriff12-Nov-11 4:57 
QuestionCreate image from panel control to include child controls Pin
Danzy8312-Nov-11 2:02
Danzy8312-Nov-11 2:02 
AnswerRe: Create image from panel control to include child controls Pin
OriginalGriff12-Nov-11 2:28
mveOriginalGriff12-Nov-11 2:28 
GeneralRe: Create image from panel control to include child controls Pin
Danzy8312-Nov-11 2:40
Danzy8312-Nov-11 2:40 
GeneralRe: Create image from panel control to include child controls Pin
Matt U.12-Nov-11 2:55
Matt U.12-Nov-11 2:55 
GeneralRe: Create image from panel control to include child controls Pin
Danzy8312-Nov-11 3:36
Danzy8312-Nov-11 3:36 
AnswerRe: Create image from panel control to include child controls Pin
Luc Pattyn12-Nov-11 4:09
sitebuilderLuc Pattyn12-Nov-11 4:09 
Dan_K wrote:
Can't understand why this is happening.


That is simple; you are basically capturing a screen image at the screen's resolution (by default, a Bitmap object has the resolution of the screen, typically some 96 or 120 dpi), whereas most printers do print at 300 dpi, so they would upscale your bitmap by a linear factor of around 3 to get the size right, resulting in a pixelated outcome.

I haven't done this myself (explicitly printing controls inside controls that is), however I would try using a larger bitmap, setting its resolution to the printer resolution, then painting the panel into it.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: Create image from panel control to include child controls Pin
Danzy8312-Nov-11 4:29
Danzy8312-Nov-11 4:29 
AnswerRe: Create image from panel control to include child controls Pin
Luc Pattyn12-Nov-11 4:38
sitebuilderLuc Pattyn12-Nov-11 4:38 
GeneralRe: Create image from panel control to include child controls Pin
Danzy8312-Nov-11 4:53
Danzy8312-Nov-11 4:53 
AnswerRe: Create image from panel control to include child controls Pin
Luc Pattyn12-Nov-11 5:25
sitebuilderLuc Pattyn12-Nov-11 5:25 
AnswerRe: Create image from panel control to include child controls Pin
OriginalGriff12-Nov-11 4:53
mveOriginalGriff12-Nov-11 4:53 
GeneralRe: Create image from panel control to include child controls Pin
Danzy8312-Nov-11 4:56
Danzy8312-Nov-11 4:56 
AnswerRe: Create image from panel control to include child controls Pin
OriginalGriff12-Nov-11 5:11
mveOriginalGriff12-Nov-11 5:11 
QuestionPInvoke registry value - Help please. Pin
CCodeNewbie11-Nov-11 23:26
CCodeNewbie11-Nov-11 23:26 
AnswerRe: PInvoke registry value - Help please. Pin
Richard MacCutchan12-Nov-11 0:11
mveRichard MacCutchan12-Nov-11 0:11 
AnswerRe: PInvoke registry value - Help please. Pin
Luc Pattyn12-Nov-11 1:50
sitebuilderLuc Pattyn12-Nov-11 1:50 
AnswerRe: PInvoke registry value - Help please. Pin
CCodeNewbie12-Nov-11 2:42
CCodeNewbie12-Nov-11 2:42 
GeneralRe: PInvoke registry value - Help please. Pin
Richard MacCutchan12-Nov-11 3:20
mveRichard MacCutchan12-Nov-11 3:20 
AnswerRe: PInvoke registry value - Help please. Pin
Luc Pattyn12-Nov-11 4:20
sitebuilderLuc Pattyn12-Nov-11 4:20 
GeneralRe: PInvoke registry value - Help please. Pin
Richard MacCutchan12-Nov-11 5:38
mveRichard MacCutchan12-Nov-11 5:38 
GeneralRe: PInvoke registry value - Help please. Pin
CCodeNewbie12-Nov-11 4:22
CCodeNewbie12-Nov-11 4:22 
GeneralRe: PInvoke registry value - Help please. Pin
Richard MacCutchan12-Nov-11 6:30
mveRichard MacCutchan12-Nov-11 6:30 
GeneralRe: PInvoke registry value - Help please. Pin
Luc Pattyn12-Nov-11 6:59
sitebuilderLuc Pattyn12-Nov-11 6:59 

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.