Click here to Skip to main content
15,926,290 members
Home / Discussions / C#
   

C#

 
AnswerRe: Any idea on where to find information on this? Pin
sreejith ss nair19-May-04 21:34
sreejith ss nair19-May-04 21:34 
AnswerRe: Any idea on where to find information on this? Pin
Heath Stewart20-May-04 2:42
protectorHeath Stewart20-May-04 2:42 
GeneralRe: Any idea on where to find information on this? Pin
Anonymous20-May-04 5:02
Anonymous20-May-04 5:02 
Questiondisplay a picturebox on a picturebox? Pin
theDawckta19-May-04 19:47
theDawckta19-May-04 19:47 
AnswerRe: display a picturebox on a picturebox? Pin
Meysam Mahfouzi19-May-04 20:33
Meysam Mahfouzi19-May-04 20:33 
GeneralRe: display a picturebox on a picturebox? Pin
theDawckta19-May-04 20:46
theDawckta19-May-04 20:46 
GeneralRe: display a picturebox on a picturebox? Pin
MeterMan19-May-04 23:08
MeterMan19-May-04 23:08 
AnswerRe: display a picturebox on a picturebox? Pin
Heath Stewart20-May-04 2:38
protectorHeath Stewart20-May-04 2:38 
This is a pretty bad way of trying to comp an image. While not either extend PictureBox or even just some other control and override OnPaint. Paint the pictures in the order you want them to appear. So, you'd paint the bottom image first, then paint the top image second. Overriding OnPaint will pass you a PaintEventArgs, from which you can use the Graphics property to call DrawImage or DrawImageUnscaled. It's really quite easy.

 

Microsoft MVP, Visual C#
My Articles
QuestionHow to change cursor when mouse is moved over PrintPreviewControl Pin
sachinkalse19-May-04 19:45
sachinkalse19-May-04 19:45 
AnswerRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
sreejith ss nair19-May-04 20:56
sreejith ss nair19-May-04 20:56 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
sachinkalse19-May-04 21:37
sachinkalse19-May-04 21:37 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
Dave Kreskowiak21-May-04 0:19
mveDave Kreskowiak21-May-04 0:19 
AnswerRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
sachinkalse19-May-04 22:33
sachinkalse19-May-04 22:33 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
Heath Stewart20-May-04 2:32
protectorHeath Stewart20-May-04 2:32 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
sachinkalse20-May-04 15:18
sachinkalse20-May-04 15:18 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
Dave Kreskowiak21-May-04 0:26
mveDave Kreskowiak21-May-04 0:26 
AnswerRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
sachinkalse20-May-04 18:30
sachinkalse20-May-04 18:30 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
Dave Kreskowiak21-May-04 0:28
mveDave Kreskowiak21-May-04 0:28 
GeneralStrip commas Pin
Odyssey3619-May-04 18:35
Odyssey3619-May-04 18:35 
GeneralRe: Strip commas Pin
Heath Stewart19-May-04 18:46
protectorHeath Stewart19-May-04 18:46 
GeneralRe: Strip commas Pin
Bee Master19-May-04 19:08
Bee Master19-May-04 19:08 
GeneralRe: Strip commas Pin
Uwe Keim19-May-04 23:24
sitebuilderUwe Keim19-May-04 23:24 
GeneralRe: Strip commas Pin
Bee Master20-May-04 5:09
Bee Master20-May-04 5:09 
GeneralRe: Strip commas Pin
Bitwise Gamgee20-May-04 5:22
Bitwise Gamgee20-May-04 5:22 
GeneralRTF - Codes Pin
Moon Boy19-May-04 14:12
Moon Boy19-May-04 14:12 

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.