Click here to Skip to main content
15,892,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Are you sure the ListCtrl still has focus?

You might try setting up an WM_KILLFOCUS handler for the list control and running it in the debugger or something. It sounds like the control has actually lost focus, which might not be apparent because if you click on it again it temporarily gets focus, handles your click on the item, and then possibly loses focus again.

Good luck!

Mike Stephenson
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 

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.