Click here to Skip to main content
15,901,426 members
Home / Discussions / C#
   

C#

 
GeneralRe: Pin
roman_s14-May-10 4:11
roman_s14-May-10 4:11 
GeneralRe: Pin
Johnny J.14-May-10 4:18
professionalJohnny J.14-May-10 4:18 
AnswerRe: Pin
dan!sh 14-May-10 4:02
professional dan!sh 14-May-10 4:02 
GeneralRe: Pin
roman_s14-May-10 4:14
roman_s14-May-10 4:14 
GeneralRe: Pin
dan!sh 14-May-10 4:20
professional dan!sh 14-May-10 4:20 
GeneralRe: Pin
roman_s14-May-10 5:07
roman_s14-May-10 5:07 
GeneralRe: Pin
AspDotNetDev14-May-10 11:16
protectorAspDotNetDev14-May-10 11:16 
GeneralOriginal Question Pin
AspDotNetDev14-May-10 18:27
protectorAspDotNetDev14-May-10 18:27 
For those curious, the original question (before the author removed it) was:

o0romeo0o wrote:
Currently I have a grid that fills rows a certain color when a certain condition is met (its a Grid from Divelements but similiar to MS)



C#
protected override void DrawRowBackground(Divelements.SandGrid.Rendering.RenderingContext context)
                 MasterListItem M = this.DataItem as MasterListItem;


           if (M.Flags == 1) //If MasterListItem is Estimated Full, Partial, Both
           {
               context.Graphics.FillRectangle(Brushes.LightYellow, this.Bounds);
           }
           //this.Bound
           base.DrawRowBackground(context);



How do I specify this to only drawRowBackground on 1 specified column instead of the whole row of columns.?
any example code?


QuestionDirectShow Pin
TimSWatson14-May-10 0:56
TimSWatson14-May-10 0:56 
AnswerRe: DirectShow Pin
#realJSOP14-May-10 1:45
professional#realJSOP14-May-10 1:45 
Questionhow to play multiple video files in windows media player using C# Pin
NetMan201214-May-10 0:44
NetMan201214-May-10 0:44 
AnswerRe: how to play multiple video files in windows media player using C# Pin
Rajesh Anuhya14-May-10 1:15
professionalRajesh Anuhya14-May-10 1:15 
QuestionNetworkStream.BeginWrite() blocks as called from thread Pin
Chesnokov Yuriy13-May-10 23:16
professionalChesnokov Yuriy13-May-10 23:16 
AnswerRe: NetworkStream.BeginWrite() blocks as called from thread Pin
#realJSOP14-May-10 1:43
professional#realJSOP14-May-10 1:43 
QuestionRe: NetworkStream.BeginWrite() blocks as called from thread Pin
Chesnokov Yuriy14-May-10 2:13
professionalChesnokov Yuriy14-May-10 2:13 
QuestionWhich is the best tool for .net obfuscation ? Pin
md_azy13-May-10 20:49
md_azy13-May-10 20:49 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
Johnny J.13-May-10 21:42
professionalJohnny J.13-May-10 21:42 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
Som Shekhar13-May-10 21:50
Som Shekhar13-May-10 21:50 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
#realJSOP14-May-10 1:39
professional#realJSOP14-May-10 1:39 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
harold aptroot14-May-10 2:12
harold aptroot14-May-10 2:12 
AnswerRe: Which is the best tool for .net obfuscation ? PinPopular
PIEBALDconsult14-May-10 4:06
mvePIEBALDconsult14-May-10 4:06 
GeneralRe: Which is the best tool for .net obfuscation ? Pin
OriginalGriff14-May-10 4:11
mveOriginalGriff14-May-10 4:11 
GeneralRe: Which is the best tool for .net obfuscation ? Pin
dan!sh 14-May-10 4:21
professional dan!sh 14-May-10 4:21 
QuestionHOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME [modified] Pin
crisjala13-May-10 20:27
crisjala13-May-10 20:27 
AnswerRe: HOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME Pin
OriginalGriff13-May-10 21:41
mveOriginalGriff13-May-10 21:41 

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.