Click here to Skip to main content
15,914,255 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: UI design Question : presenting user defined path. Pin
Ryan Binns23-Jan-06 14:03
Ryan Binns23-Jan-06 14:03 
GeneralRe: UI design Question : presenting user defined path. Pin
S Douglas24-Jan-06 21:20
professionalS Douglas24-Jan-06 21:20 
Questionrealtime recording of speech sound while analyze the recorded speech. Pin
mohahhh23-Jan-06 9:46
mohahhh23-Jan-06 9:46 
AnswerRe: realtime recording of speech sound while analyze the recorded speech. Pin
Maximilien23-Jan-06 10:03
Maximilien23-Jan-06 10:03 
QuestionMRU Sub Menu Pin
manosza23-Jan-06 7:50
manosza23-Jan-06 7:50 
QuestionSetUnhandledExceptionFilter doesnt work Pin
Chintoo72323-Jan-06 6:50
Chintoo72323-Jan-06 6:50 
AnswerRe: SetUnhandledExceptionFilter doesnt work Pin
__yb23-Jan-06 10:48
__yb23-Jan-06 10:48 
GeneralRe: SetUnhandledExceptionFilter doesnt work Pin
Chintoo72323-Jan-06 15:50
Chintoo72323-Jan-06 15:50 
AnswerRe: SetUnhandledExceptionFilter doesnt work Pin
Stephen Hewitt23-Jan-06 12:07
Stephen Hewitt23-Jan-06 12:07 
GeneralRe: SetUnhandledExceptionFilter doesnt work Pin
Chintoo72323-Jan-06 16:30
Chintoo72323-Jan-06 16:30 
GeneralRe: SetUnhandledExceptionFilter doesnt work Pin
Stephen Hewitt23-Jan-06 16:38
Stephen Hewitt23-Jan-06 16:38 
QuestionSelection is gray in a CListCtrl Pin
RoyceF23-Jan-06 6:47
RoyceF23-Jan-06 6:47 
QuestionRe: Selection is gray in a CListCtrl Pin
David Crow23-Jan-06 7:46
David Crow23-Jan-06 7:46 
AnswerRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 7:55
RoyceF23-Jan-06 7:55 
GeneralRe: Selection is gray in a CListCtrl Pin
David Crow23-Jan-06 8:10
David Crow23-Jan-06 8:10 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 8:25
RoyceF23-Jan-06 8:25 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 8:27
RoyceF23-Jan-06 8:27 
QuestionRe: Selection is gray in a CListCtrl Pin
David Crow23-Jan-06 10:30
David Crow23-Jan-06 10:30 
AnswerRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 10:43
RoyceF23-Jan-06 10:43 
GeneralRe: Selection is gray in a CListCtrl Pin
David Crow23-Jan-06 10:45
David Crow23-Jan-06 10:45 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 11:18
RoyceF23-Jan-06 11:18 
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 
First, I'd double-verify that it's not losting focus by clicking on the control, then clicking on another control and making sure that the OnKillFocus handler is actually being called when I expect it to (it's possible depending on your message maps and parent/child relationships that the view is eating the messages).

If that plays out, and you're confident that the control truly is not losing focus, could it be a problem with transparency of your images in the image list and the background color of the text (and the text not being transparent), simply not letting the blue "show through"?
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 9:24
RoyceF23-Jan-06 9:24 

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.