Click here to Skip to main content
15,884,353 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Selection is gray in a CListCtrl Pin
domehead23-Jan-06 8:02
domehead23-Jan-06 8:02 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 8:03
RoyceF23-Jan-06 8:03 
GeneralRe: Selection is gray in a CListCtrl Pin
domehead23-Jan-06 8:53
domehead23-Jan-06 8:53 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 9:24
RoyceF23-Jan-06 9:24 
GeneralRe: Selection is gray in a CListCtrl Pin
Joel Lucsy23-Jan-06 10:21
Joel Lucsy23-Jan-06 10:21 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 10:22
RoyceF23-Jan-06 10:22 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 10:26
RoyceF23-Jan-06 10:26 
GeneralRe: Selection is gray in a CListCtrl Pin
Joel Lucsy23-Jan-06 10:32
Joel Lucsy23-Jan-06 10:32 
Just to be safe, does explorer highlight in blue when you select a file? Its possible to have your "scheme" have the highlight color set to gray.
As another thought, is your ListView (or ListCtrl) derived from anything, meaning did you use a class from an outside source? Just wondering if perhaps you or that class might be using NM_CUSTOMDRAW to override painting.
Also, what styles are being used on the view, single selection, full-row selection, show selection always, owner data, owner draw?
Personally I've never seen a basic ListCtrl ever paint incorrectly without some kind of interference from code.
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF24-Jan-06 4:07
RoyceF24-Jan-06 4:07 
GeneralRe: Selection is gray in a CListCtrl Pin
Joel Lucsy24-Jan-06 4:17
Joel Lucsy24-Jan-06 4:17 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF24-Jan-06 4:26
RoyceF24-Jan-06 4:26 
GeneralRe: Selection is gray in a CListCtrl Pin
Joel Lucsy24-Jan-06 4:30
Joel Lucsy24-Jan-06 4:30 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF24-Jan-06 4:47
RoyceF24-Jan-06 4:47 
GeneralRe: Selection is gray in a CListCtrl Pin
Joel Lucsy24-Jan-06 5:09
Joel Lucsy24-Jan-06 5:09 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF24-Jan-06 5:12
RoyceF24-Jan-06 5:12 
GeneralRe: Selection is gray in a CListCtrl Pin
Joel Lucsy24-Jan-06 5:20
Joel Lucsy24-Jan-06 5:20 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF24-Jan-06 5:22
RoyceF24-Jan-06 5:22 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF24-Jan-06 10:49
RoyceF24-Jan-06 10:49 
QuestionJava c++ integration Pin
pplshero5423-Jan-06 6:33
pplshero5423-Jan-06 6:33 
AnswerRe: Java c++ integration Pin
jhwurmbach23-Jan-06 7:05
jhwurmbach23-Jan-06 7:05 
QuestionIs it possible to serialize a SAFEARRAY to a buffer? Pin
domehead23-Jan-06 6:23
domehead23-Jan-06 6:23 
Questionrecord wave using visual c++ (real time) Pin
mohahhh23-Jan-06 6:20
mohahhh23-Jan-06 6:20 
AnswerRe: record wave using visual c++ (real time) Pin
normanS23-Jan-06 19:22
normanS23-Jan-06 19:22 
Questionedit box vector Pin
francescot23-Jan-06 5:28
francescot23-Jan-06 5:28 
AnswerRe: edit box vector Pin
Chris Losinger23-Jan-06 5:40
professionalChris Losinger23-Jan-06 5:40 

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.