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

C#

 
QuestionText Entry / Scrolling Dilema Pin
PDTUM12-Nov-11 6:41
PDTUM12-Nov-11 6:41 
AnswerRe: Text Entry / Scrolling Dilema Pin
BillWoodruff13-Nov-11 11:24
professionalBillWoodruff13-Nov-11 11:24 
GeneralRe: Text Entry / Scrolling Dilema Pin
PDTUM14-Nov-11 7:01
PDTUM14-Nov-11 7:01 
QuestionASP.NET Multi Language Pin
koncuk12-Nov-11 3:35
koncuk12-Nov-11 3:35 
AnswerRe: ASP.NET Multi Language Pin
Abhinav S12-Nov-11 21:35
Abhinav S12-Nov-11 21:35 
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 
Hi all. I have a Panel control that I have created like a sheet of paper that contains different child controls. There are pictureboxes, labels, and TableLayoutPanel controls. I want to print all objects on the Panel control. What I was trying to do was creating a Graphics object from the Panel control which is the Sheet:

Graphics sheetGraphics = Sheet.CreateGraphics();



The object 'Sheet' used to create the Graphics is actually the Panel control that contains child controls. I tried to create an image from the Graphics object:

Bitmap sheetBitmap = new Bitmap(Sheet.Width, Sheet.Height, sheetGraphics);


Having thought I had an image I tried to print by using a printer graphics object but none of the child controls appeared in the image, only the panel. But I'm guessing it did not work because I used a Graphics object from the Panel control to create the image. Is there a way I can create the image to include the data in the child controls as well as the Panel control, or maybe a better way of achieving the creation of the image? I would really appreciate to know if there is. Thanks in advance.
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 
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 

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.