Click here to Skip to main content
15,904,339 members
Home / Discussions / C#
   

C#

 
QuestionBitmap Image Processing Using C# Pin
karthick sampangi26-Jan-09 18:47
karthick sampangi26-Jan-09 18:47 
AnswerRe: Bitmap Image Processing Using C# Pin
PandemoniumPasha26-Jan-09 19:42
PandemoniumPasha26-Jan-09 19:42 
AnswerRe: Bitmap Image Processing Using C# Pin
DaveyM6927-Jan-09 0:17
professionalDaveyM6927-Jan-09 0:17 
Questionhow to know when mouse is clicked on gridview's column header. Pin
s_aslam9826-Jan-09 18:17
s_aslam9826-Jan-09 18:17 
AnswerRe: how to know when mouse is clicked on gridview's column header. Pin
Santhosh N27-Jan-09 23:00
Santhosh N27-Jan-09 23:00 
QuestionGarbage collection Pin
anishkannan26-Jan-09 17:57
anishkannan26-Jan-09 17:57 
AnswerRe: Garbage collection Pin
Bharat Jain26-Jan-09 20:18
Bharat Jain26-Jan-09 20:18 
GeneralRe: Garbage collection Pin
anishkannan26-Jan-09 20:40
anishkannan26-Jan-09 20:40 
AnswerRe: Garbage collection Pin
Vikram A Punathambekar26-Jan-09 21:44
Vikram A Punathambekar26-Jan-09 21:44 
GeneralRe: Garbage collection Pin
Guffa27-Jan-09 13:31
Guffa27-Jan-09 13:31 
GeneralRe: Garbage collection Pin
Vikram A Punathambekar28-Jan-09 3:12
Vikram A Punathambekar28-Jan-09 3:12 
AnswerRe: Garbage collection Pin
Guffa27-Jan-09 13:41
Guffa27-Jan-09 13:41 
QuestionCreating XML using DataSet.WriteXml, including columns containing NULL Pin
K V Sekhar26-Jan-09 17:24
K V Sekhar26-Jan-09 17:24 
AnswerRe: Creating XML using DataSet.WriteXml, including columns containing NULL Pin
PIEBALDconsult26-Jan-09 18:21
mvePIEBALDconsult26-Jan-09 18:21 
QuestionExtract data from image Pin
Member 314727926-Jan-09 16:35
Member 314727926-Jan-09 16:35 
AnswerRe: Extract data from image Pin
Vikram A Punathambekar26-Jan-09 16:40
Vikram A Punathambekar26-Jan-09 16:40 
AnswerRe: Extract data from image Pin
vaghelabhavesh26-Jan-09 16:42
vaghelabhavesh26-Jan-09 16:42 
GeneralRe: Extract data from image Pin
Member 314727926-Jan-09 18:14
Member 314727926-Jan-09 18:14 
GeneralRe: Extract data from image Pin
benjymous26-Jan-09 23:36
benjymous26-Jan-09 23:36 
QuestionChange background color of an image Pin
Xmen Real 26-Jan-09 13:52
professional Xmen Real 26-Jan-09 13:52 
AnswerRe: Change background color of an image Pin
Guffa26-Jan-09 14:03
Guffa26-Jan-09 14:03 
GeneralRe: Change background color of an image Pin
Xmen Real 26-Jan-09 14:52
professional Xmen Real 26-Jan-09 14:52 
GeneralRe: Change background color of an image Pin
Guffa26-Jan-09 19:39
Guffa26-Jan-09 19:39 
Ok, create a new bitmap with the same size, create a graphics object for it using Graphics.FromImage, fill the image with the background image using the Clear method and draw your image on it using the DrawImage method.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Change background color of an image [modified] Pin
Xmen Real 26-Jan-09 22:09
professional Xmen Real 26-Jan-09 22:09 
AnswerRe: Change background color of an image Pin
PandemoniumPasha26-Jan-09 19:33
PandemoniumPasha26-Jan-09 19:33 

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.