Click here to Skip to main content
15,913,115 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Minimize another app. Pin
Archer28225-Jun-04 20:05
Archer28225-Jun-04 20:05 
GeneralRe: Minimize another app. Pin
Some_Dude26-Jun-04 20:50
Some_Dude26-Jun-04 20:50 
GeneralRe: Minimize another app. Pin
Archer28227-Jun-04 17:28
Archer28227-Jun-04 17:28 
Generalchange data in C++ dll by a C# program Pin
ting66825-Jun-04 17:15
ting66825-Jun-04 17:15 
Questionhow to creat a SubDialog dynamically Pin
yingkou25-Jun-04 15:50
yingkou25-Jun-04 15:50 
AnswerRe: how to creat a SubDialog dynamically Pin
Michael Dunn25-Jun-04 17:03
sitebuilderMichael Dunn25-Jun-04 17:03 
GeneralChild Window Not Recieving Keyboard Input Properly Pin
Xzyx987X25-Jun-04 15:49
Xzyx987X25-Jun-04 15:49 
GeneralRe: Child Window Not Recieving Keyboard Input Properly Pin
Johan Rosengren25-Jun-04 20:14
Johan Rosengren25-Jun-04 20:14 
You might want to handle the WM_GETDLGCODE-message in your custom control. Return DLGC_WANTALLKEYS and see if it helps. Note that the tab-key will also be routed to the child, and that you might want to experiment with a combination of returns. MSDN has the list of possible values.
GeneralRe: Child Window Not Recieving Keyboard Input Properly Pin
Xzyx987X25-Jun-04 23:43
Xzyx987X25-Jun-04 23:43 
GeneralRe: Child Window Not Recieving Keyboard Input Properly Pin
Johan Rosengren26-Jun-04 0:15
Johan Rosengren26-Jun-04 0:15 
GeneralGetting around vanishing pointers Pin
brdavid25-Jun-04 14:38
brdavid25-Jun-04 14:38 
GeneralRe: Getting around vanishing pointers Pin
bneacetp25-Jun-04 16:31
bneacetp25-Jun-04 16:31 
GeneralRe: Getting around vanishing pointers Pin
Michael Dunn25-Jun-04 17:06
sitebuilderMichael Dunn25-Jun-04 17:06 
GeneralRe: Getting around vanishing pointers Pin
CaesarCZ26-Jun-04 6:48
CaesarCZ26-Jun-04 6:48 
GeneralRe: Getting around vanishing pointers Pin
brdavid26-Jun-04 8:22
brdavid26-Jun-04 8:22 
GeneralBrightness of LCD Display Pin
Blake Miller25-Jun-04 12:52
Blake Miller25-Jun-04 12:52 
GeneralTerminate word application Pin
elephantstar25-Jun-04 12:42
elephantstar25-Jun-04 12:42 
GeneralRe: How to send Msg to child window Pin
Sumit Kapoor25-Jun-04 11:03
Sumit Kapoor25-Jun-04 11:03 
GeneralRe: How to send Msg to child window Pin
Christopher Lloyd25-Jun-04 15:22
Christopher Lloyd25-Jun-04 15:22 
QuestionHow to send Msg to child window Pin
Sumit Kapoor25-Jun-04 10:21
Sumit Kapoor25-Jun-04 10:21 
AnswerRe: How to send Msg to child window Pin
Jeremy Falcon25-Jun-04 10:36
professionalJeremy Falcon25-Jun-04 10:36 
GeneralRe: How to send Msg to child window Pin
Sumit Kapoor25-Jun-04 10:48
Sumit Kapoor25-Jun-04 10:48 
AnswerRe: How to send Msg to child window Pin
David Crow25-Jun-04 10:38
David Crow25-Jun-04 10:38 
GeneralRe: How to send Msg to child window Pin
Sumit Kapoor25-Jun-04 10:47
Sumit Kapoor25-Jun-04 10:47 
GeneralRe: How to send Msg to child window Pin
David Crow25-Jun-04 10:55
David Crow25-Jun-04 10:55 

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.