Click here to Skip to main content
15,891,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: WM_OBJECTSEL Pin
Stephen Hewitt31-Jan-06 22:08
Stephen Hewitt31-Jan-06 22:08 
GeneralRe: WM_OBJECTSEL Pin
ragavan31-Jan-06 22:53
ragavan31-Jan-06 22:53 
QuestionMemory usage decreases when the application GUI is minimized Pin
techratna31-Jan-06 15:33
techratna31-Jan-06 15:33 
AnswerRe: Memory usage decreases when the application GUI is minimized Pin
Stephen Hewitt31-Jan-06 15:52
Stephen Hewitt31-Jan-06 15:52 
GeneralRe: Memory usage decreases when the application GUI is minimized Pin
techratna1-Feb-06 1:56
techratna1-Feb-06 1:56 
AnswerRe: Memory usage decreases when the application GUI is minimized Pin
krmed1-Feb-06 1:54
krmed1-Feb-06 1:54 
Questioncontrol in View Pin
LeeeNN31-Jan-06 14:32
LeeeNN31-Jan-06 14:32 
AnswerRe: control in View Pin
Stephen Hewitt31-Jan-06 16:15
Stephen Hewitt31-Jan-06 16:15 
If you just want posted and input messages you could overide PreTranslateMessage in your view class. If you want all messages, not just those dispatched by the message loop, it will be harder. One option would be to subclass the control and have the new WindowProc delegate the work to your view class.

Steve
Questiontemplate classes & dlls Pin
Themis31-Jan-06 13:54
Themis31-Jan-06 13:54 
QuestionRemoving Min/Max buttons from an application Pin
rentzk31-Jan-06 13:50
rentzk31-Jan-06 13:50 
AnswerRe: Removing Min/Max buttons from an application Pin
Owner drawn31-Jan-06 16:56
Owner drawn31-Jan-06 16:56 
GeneralRe: Removing Min/Max buttons from an application Pin
rentzk1-Feb-06 6:41
rentzk1-Feb-06 6:41 
GeneralRe: Removing Min/Max buttons from an application Pin
Owner drawn1-Feb-06 16:38
Owner drawn1-Feb-06 16:38 
Questiondatabase connection Pin
dli_98031-Jan-06 13:31
dli_98031-Jan-06 13:31 
AnswerRe: database connection Pin
_AnsHUMAN_ 31-Jan-06 17:02
_AnsHUMAN_ 31-Jan-06 17:02 
AnswerRe: database connection Pin
dli_9802-Feb-06 10:08
dli_9802-Feb-06 10:08 
QuestionAbout interface Pin
dli_98031-Jan-06 13:26
dli_98031-Jan-06 13:26 
AnswerRe: About interface Pin
Ryan Binns31-Jan-06 17:15
Ryan Binns31-Jan-06 17:15 
Questionstatusbar - caps lock,num lock, scroll lock Pin
locoone31-Jan-06 13:19
locoone31-Jan-06 13:19 
AnswerRe: statusbar - caps lock,num lock, scroll lock Pin
Ryan Binns31-Jan-06 17:19
Ryan Binns31-Jan-06 17:19 
GeneralRe: statusbar - caps lock,num lock, scroll lock Pin
locoone1-Feb-06 8:15
locoone1-Feb-06 8:15 
QuestionBugs Porting MFC6 to MFC8 Pin
J Yates31-Jan-06 11:28
J Yates31-Jan-06 11:28 
AnswerRe: Bugs Porting MFC6 to MFC8 Pin
Jack Puppy31-Jan-06 13:53
Jack Puppy31-Jan-06 13:53 
AnswerRe: Bugs Porting MFC6 to MFC8 Pin
Ryan Binns31-Jan-06 17:25
Ryan Binns31-Jan-06 17:25 
GeneralRe: Bugs Porting MFC6 to MFC8 Pin
J Yates1-Feb-06 5:15
J Yates1-Feb-06 5:15 

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.