Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
Questionno value returned Pin
arkiboys19-Jun-07 6:05
arkiboys19-Jun-07 6:05 
AnswerRe: no value returned Pin
Jimmanuel19-Jun-07 6:54
Jimmanuel19-Jun-07 6:54 
GeneralSorted collection with alternate sort key Pin
Brady Kelly19-Jun-07 5:24
Brady Kelly19-Jun-07 5:24 
GeneralRe: Sorted collection with alternate sort key Pin
originSH19-Jun-07 5:44
originSH19-Jun-07 5:44 
QuestionGrey Scale Image error?? Pin
Software_Specialist19-Jun-07 5:04
Software_Specialist19-Jun-07 5:04 
AnswerRe: Grey Scale Image error?? Pin
Giorgi Dalakishvili19-Jun-07 5:20
mentorGiorgi Dalakishvili19-Jun-07 5:20 
GeneralRe: Grey Scale Image error?? Pin
Software_Specialist19-Jun-07 5:30
Software_Specialist19-Jun-07 5:30 
GeneralRe: Grey Scale Image error?? Pin
Luc Pattyn19-Jun-07 5:40
sitebuilderLuc Pattyn19-Jun-07 5:40 
You have modified a bitmap in memory; how would that affect your display ?

To get a visual change you must:
- make sure the bitmap is shown somewhere in a Form or Control (e.g. it gets drawn
in a Panel);
- tell that Form/Control that it needs to redraw because its content has changed;
you do this by calling Control.Invalidate()

Now a 2*2 bitmap probably is hardly visible at all, so dont expect a
huge change in your display when you grayscale it !

Smile | :)



GeneralRe: Grey Scale Image error?? Pin
Software_Specialist19-Jun-07 5:57
Software_Specialist19-Jun-07 5:57 
GeneralRe: Grey Scale Image error?? Pin
Luc Pattyn19-Jun-07 6:08
sitebuilderLuc Pattyn19-Jun-07 6:08 
GeneralRe: Grey Scale Image error?? Pin
Software_Specialist21-Jun-07 4:46
Software_Specialist21-Jun-07 4:46 
GeneralRe: Grey Scale Image error?? Pin
Luc Pattyn21-Jun-07 5:02
sitebuilderLuc Pattyn21-Jun-07 5:02 
GeneralRe: Grey Scale Image error?? Pin
Software_Specialist21-Jun-07 5:07
Software_Specialist21-Jun-07 5:07 
GeneralRe: Grey Scale Image error?? Pin
Luc Pattyn21-Jun-07 5:22
sitebuilderLuc Pattyn21-Jun-07 5:22 
GeneralRe: Grey Scale Image error?? Pin
Software_Specialist21-Jun-07 5:30
Software_Specialist21-Jun-07 5:30 
GeneralRe: Grey Scale Image error?? Pin
Luc Pattyn21-Jun-07 5:48
sitebuilderLuc Pattyn21-Jun-07 5:48 
GeneralRe: Grey Scale Image error?? Pin
Software_Specialist21-Jun-07 6:26
Software_Specialist21-Jun-07 6:26 
GeneralRe: Grey Scale Image error?? Pin
Amar Chaudhary19-Jun-07 6:25
Amar Chaudhary19-Jun-07 6:25 
QuestionAdding event handler to custom control Pin
berghain19-Jun-07 4:56
berghain19-Jun-07 4:56 
AnswerRe: Adding event handler to custom control Pin
Manas Bhardwaj19-Jun-07 5:03
professionalManas Bhardwaj19-Jun-07 5:03 
QuestionAvoid trailing while dragging control Pin
sinosoidal19-Jun-07 4:49
sinosoidal19-Jun-07 4:49 
AnswerRe: Avoid trailing while dragging control Pin
Alaric_19-Jun-07 5:08
professionalAlaric_19-Jun-07 5:08 
GeneralRe: Avoid trailing while dragging control Pin
sinosoidal19-Jun-07 5:10
sinosoidal19-Jun-07 5:10 
GeneralRe: Avoid trailing while dragging control Pin
Alaric_19-Jun-07 9:14
professionalAlaric_19-Jun-07 9:14 
GeneralRe: Avoid trailing while dragging control Pin
Alaric_19-Jun-07 9:14
professionalAlaric_19-Jun-07 9:14 

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.