Click here to Skip to main content
15,894,146 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 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 9:24
RoyceF23-Jan-06 9:24 
Yes, I have just verified that the control is not losing focus when it should not. Its OnSetFocus() and OnKillFocus() handlers are being called appropriately. When I select an item, the OnSetFocus() handler is called. The OnKillFocus() handler is not being called until I actually do move the focus. I have used different types & sizes of bitmaps and different parameters in creating the imagelist, but no change in the control's behavior.

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.