Click here to Skip to main content
15,918,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog from console Pin
Paolo Messina29-Aug-00 7:58
professionalPaolo Messina29-Aug-00 7:58 
QuestionHow To change color of specific Text in listBox Pin
Dayan26-Aug-00 1:47
Dayan26-Aug-00 1:47 
AnswerRe: How To change color of specific Text in listBox Pin
Michael Dunn26-Aug-00 7:37
sitebuilderMichael Dunn26-Aug-00 7:37 
AnswerRe: How To change color of specific Text in listBox Pin
Buck27-Aug-00 11:35
Buck27-Aug-00 11:35 
AnswerRe: How To change color of specific Text in listBox Pin
#realJSOP28-Aug-00 1:33
professional#realJSOP28-Aug-00 1:33 
QuestionHow to dock like the ICQ window? Pin
Eq25-Aug-00 18:50
Eq25-Aug-00 18:50 
AnswerRe: How to dock like the ICQ window? Pin
Buck27-Aug-00 10:43
Buck27-Aug-00 10:43 
GeneralATL flicker problem Pin
Nick Hodapp25-Aug-00 6:16
sitebuilderNick Hodapp25-Aug-00 6:16 
GeneralRe: ATL flicker problem Pin
Steven Mitcham31-Aug-00 6:02
Steven Mitcham31-Aug-00 6:02 
GeneralAutomatically loading a program at startup. Pin
David Wulff24-Aug-00 18:11
David Wulff24-Aug-00 18:11 
GeneralRe: Automatically loading a program at startup. Pin
Paolo Messina24-Aug-00 20:26
professionalPaolo Messina24-Aug-00 20:26 
GeneralHow can I prevent the user from removing it? Pin
David Wulff25-Aug-00 18:59
David Wulff25-Aug-00 18:59 
GeneralRe: How can I prevent the user from removing it? Pin
Paolo Messina26-Aug-00 6:57
professionalPaolo Messina26-Aug-00 6:57 
GeneralRe: How can I prevent the user from removing it? Pin
David Wulff26-Aug-00 9:32
David Wulff26-Aug-00 9:32 
GeneralIDE hanging... Pin
Steven Woolgar24-Aug-00 15:04
Steven Woolgar24-Aug-00 15:04 
GeneralRe: IDE hanging... Pin
Nick Hodapp25-Aug-00 6:10
sitebuilderNick Hodapp25-Aug-00 6:10 
GeneralRe: IDE hanging... Pin
arf1-Sep-00 5:32
arf1-Sep-00 5:32 
GeneralLVS_EX_SUBITEMIMAGES Pin
Eric Smith24-Aug-00 8:58
Eric Smith24-Aug-00 8:58 
GeneralRe: LVS_EX_SUBITEMIMAGES Pin
Michael Dunn24-Aug-00 16:08
sitebuilderMichael Dunn24-Aug-00 16:08 
GeneralDifferent Color Lines in a Edit Box Pin
James, Ds.24-Aug-00 6:15
sussJames, Ds.24-Aug-00 6:15 
QuestionDownload a file using HTTP? Pin
mahesh24-Aug-00 5:47
mahesh24-Aug-00 5:47 
AnswerRe: Download a file using HTTP? Pin
Michael Dunn24-Aug-00 7:11
sitebuilderMichael Dunn24-Aug-00 7:11 
GeneralRe: Download a file using HTTP? Pin
mahesh24-Aug-00 10:58
mahesh24-Aug-00 10:58 
GeneralTVN_KEYDOWN Pin
Nick Hodapp24-Aug-00 4:17
sitebuilderNick Hodapp24-Aug-00 4:17 
GeneralRe: TVN_KEYDOWN Pin
Nick Hodapp24-Aug-00 6:12
sitebuilderNick Hodapp24-Aug-00 6:12 
I haven't fixed this problem yet, but I think I understand the issue. I think that my container -- including the Test Container, has an accelerator table defined to map keystrokes to commands. The tree control, upon receiving WM_KEYDOWN is calling TranslateMesssage(), and upon finding that the keystroke is mapped, discontinues processing.

Ugh. Fine. I will unleash my subclassing power upon the meek and prevail.

Nick

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.