Click here to Skip to main content
16,017,857 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to change datagridview cell value color if datatable current value is changed Pin
Nitin K19-Aug-09 3:23
Nitin K19-Aug-09 3:23 
GeneralRe: how to change datagridview cell value color if datatable current value is changed Pin
stancrm19-Aug-09 3:36
stancrm19-Aug-09 3:36 
QuestionListview Flicker Pin
pseudonym6719-Aug-09 1:46
pseudonym6719-Aug-09 1:46 
AnswerRe: Listview Flicker Pin
Saksida Bojan19-Aug-09 6:07
Saksida Bojan19-Aug-09 6:07 
GeneralRe: Listview Flicker Pin
pseudonym6719-Aug-09 7:17
pseudonym6719-Aug-09 7:17 
GeneralRe: Listview Flicker [modified] Pin
Saksida Bojan19-Aug-09 7:27
Saksida Bojan19-Aug-09 7:27 
GeneralRe: Listview Flicker Pin
pseudonym6719-Aug-09 8:53
pseudonym6719-Aug-09 8:53 
GeneralRe: Listview Flicker Pin
pseudonym6719-Aug-09 9:08
pseudonym6719-Aug-09 9:08 
Look what just found

http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.drawitem.aspx[^]

"Because of a bug in the underlying Win32 control, the DrawItem event occurs without accompanying DrawSubItem events once per row in the details view when the mouse pointer moves over the row, causing anything painted in a DrawSubItem event handler to be painted over by a custom background drawn in a DrawItem event handler. See the example in the OwnerDraw reference topic for a workaround that invalidates each row when the extra event occurs. An alternative workaround is to put all your custom drawing code in a DrawSubItem event handler and paint the background for the entire item (including subitems) only when the DrawListViewSubItemEventArgs..::.ColumnIndex value is 0. "


GeneralRe: Listview Flicker Pin
Saksida Bojan19-Aug-09 9:23
Saksida Bojan19-Aug-09 9:23 
Questionconvert number to character Pin
rummer19-Aug-09 1:39
rummer19-Aug-09 1:39 
AnswerRe: convert number to character Pin
stancrm19-Aug-09 1:46
stancrm19-Aug-09 1:46 
AnswerRe: convert number to character Pin
Keith Barrow19-Aug-09 1:55
professionalKeith Barrow19-Aug-09 1:55 
QuestionC# BHO problem Pin
svt gdwl19-Aug-09 1:16
svt gdwl19-Aug-09 1:16 
AnswerRe: C# BHO problem Pin
Hristo-Bojilov19-Aug-09 3:15
Hristo-Bojilov19-Aug-09 3:15 
QuestionWrong ressource-file loaded when deploying the application Pin
Piratenwichtl200019-Aug-09 1:16
Piratenwichtl200019-Aug-09 1:16 
QuestionTelerik WinForm Library? Pin
Jörgen Sigvardsson19-Aug-09 1:07
Jörgen Sigvardsson19-Aug-09 1:07 
AnswerRe: Telerik WinForm Library? Pin
Piratenwichtl200019-Aug-09 1:31
Piratenwichtl200019-Aug-09 1:31 
GeneralRe: Telerik WinForm Library? Pin
Jörgen Sigvardsson19-Aug-09 1:34
Jörgen Sigvardsson19-Aug-09 1:34 
GeneralRe: Telerik WinForm Library? Pin
Piratenwichtl200019-Aug-09 1:56
Piratenwichtl200019-Aug-09 1:56 
GeneralRe: Telerik WinForm Library? Pin
Jörgen Sigvardsson19-Aug-09 2:01
Jörgen Sigvardsson19-Aug-09 2:01 
GeneralRe: Telerik WinForm Library? Pin
ManniAT21-Aug-09 7:46
ManniAT21-Aug-09 7:46 
QuestionReporting Services - How to define the WHERE clause dynamically ? Pin
davebarkshire19-Aug-09 0:43
davebarkshire19-Aug-09 0:43 
AnswerRe: Reporting Services - How to define the WHERE clause dynamically ? Pin
Eddy Vluggen19-Aug-09 2:44
professionalEddy Vluggen19-Aug-09 2:44 
QuestionA problem occurs while connecting(using Socket Class) Pin
CoderForEver19-Aug-09 0:34
CoderForEver19-Aug-09 0:34 
AnswerRe: A problem occurs while connecting(using Socket Class) Pin
stancrm19-Aug-09 0:55
stancrm19-Aug-09 0:55 

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.