Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
AnswerRe: what is the difference between Property and Public Field? Pin
Andrew Kirillov15-Jun-05 23:12
Andrew Kirillov15-Jun-05 23:12 
Generalthanks, I got it! Pin
Khoa Bui15-Jun-05 23:25
Khoa Bui15-Jun-05 23:25 
GeneralRe: thanks, I got it! Pin
Colin Angus Mackay16-Jun-05 0:52
Colin Angus Mackay16-Jun-05 0:52 
GeneralRe: thanks, I got it! Pin
iliyang16-Jun-05 1:15
iliyang16-Jun-05 1:15 
AnswerRe: what is the difference between Property and Public Field? Pin
eggie516-Jun-05 5:39
eggie516-Jun-05 5:39 
Questionhow merge 2 PNG images in one Pin
Anonymous15-Jun-05 22:32
Anonymous15-Jun-05 22:32 
AnswerRe: how merge 2 PNG images in one Pin
Niklas Ulvinge15-Jun-05 22:57
Niklas Ulvinge15-Jun-05 22:57 
AnswerRe: how merge 2 PNG images in one Pin
iliyang15-Jun-05 23:13
iliyang15-Jun-05 23:13 
Well, here's what you can do:

1) create a new Image object (with the appropriate size)
2) get a Graphics object for it (Graphics.FromImage static method)
3) draw the first image on the new image (using the Graphics object)
4) draw the secons image on the new image
5) now you have an Image object that meets the requirements

Or, if you don't need one of the images, draw the other one
over it.

Cheers Wink | ;)
GeneralRe: how merge 2 PNG images in one Pin
Anonymous16-Jun-05 0:04
Anonymous16-Jun-05 0:04 
GeneralRe: how merge 2 PNG images in one Pin
iliyang16-Jun-05 0:38
iliyang16-Jun-05 0:38 
GeneralRe: how merge 2 PNG images in one Pin
Anonymous16-Jun-05 1:33
Anonymous16-Jun-05 1:33 
Generalunsafe code Pin
usbah15-Jun-05 22:05
usbah15-Jun-05 22:05 
GeneralRe: unsafe code Pin
Andrew Kirillov15-Jun-05 23:18
Andrew Kirillov15-Jun-05 23:18 
Generalerror Pin
fatidarya15-Jun-05 21:59
fatidarya15-Jun-05 21:59 
GeneralRe: error Pin
Dave Kreskowiak16-Jun-05 4:40
mveDave Kreskowiak16-Jun-05 4:40 
GeneralStart and use an external application Pin
Rey999915-Jun-05 21:53
Rey999915-Jun-05 21:53 
GeneralRe: Start and use an external application Pin
codeprojectin15-Jun-05 21:59
codeprojectin15-Jun-05 21:59 
GeneralRe: Start and use an external application Pin
Rey999915-Jun-05 23:33
Rey999915-Jun-05 23:33 
GeneralCSTA in C# Pin
yarns15-Jun-05 20:56
yarns15-Jun-05 20:56 
GeneralRe: CSTA in C# Pin
mav.northwind16-Jun-05 1:18
mav.northwind16-Jun-05 1:18 
GeneralRe: CSTA in C# Pin
Anonymous16-Jun-05 1:45
Anonymous16-Jun-05 1:45 
General"object" problem Pin
kakarato15-Jun-05 20:52
kakarato15-Jun-05 20:52 
GeneralRe: "object" problem Pin
Kai Radewald15-Jun-05 21:54
Kai Radewald15-Jun-05 21:54 
GeneralRe: "object" problem Pin
kakarato15-Jun-05 22:12
kakarato15-Jun-05 22:12 
Generalmerge column header of datagrid with C# Pin
dexom15-Jun-05 20:49
dexom15-Jun-05 20:49 

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.