Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dialog in a class Pin
Zac Howland3-Aug-06 4:52
Zac Howland3-Aug-06 4:52 
AnswerRe: dialog in a class Pin
Hamid_RT4-Aug-06 6:50
Hamid_RT4-Aug-06 6:50 
QuestionMultiple Handler for same event Pin
Sarath C3-Aug-06 3:54
Sarath C3-Aug-06 3:54 
AnswerRe: Multiple Handler for same event Pin
Zac Howland3-Aug-06 4:03
Zac Howland3-Aug-06 4:03 
GeneralRe: Multiple Handler for same event Pin
Sarath C3-Aug-06 4:06
Sarath C3-Aug-06 4:06 
GeneralRe: Multiple Handler for same event Pin
Zac Howland3-Aug-06 4:13
Zac Howland3-Aug-06 4:13 
GeneralRe: Multiple Handler for same event Pin
ovidiucucu3-Aug-06 4:43
ovidiucucu3-Aug-06 4:43 
GeneralRe: Multiple Handler for same event Pin
Sarath C3-Aug-06 5:41
Sarath C3-Aug-06 5:41 
I just debugged with sample application. Answer seems like this.
As per the CFramWnd’s implementation, it first routes the message to current view. The handler defined in the view class will invoke. If no handler inside the view class, CView class will pass the document class attached.


SaRath.

"Where I am from, there is no plan B. So, take advantage of today becuase tomorrow is not promised. - 50 Cent"

My Blog | Understanding State Pattern

GeneralRe: Multiple Handler for same event Pin
ovidiucucu3-Aug-06 5:57
ovidiucucu3-Aug-06 5:57 
AnswerRe: Multiple Handler for same event Pin
ovidiucucu3-Aug-06 4:30
ovidiucucu3-Aug-06 4:30 
QuestionTechnology Migration Pin
Chitrack3-Aug-06 3:47
Chitrack3-Aug-06 3:47 
QuestionCommand Prompt commands from vc++ gui [modified] Pin
vineet14083-Aug-06 3:18
vineet14083-Aug-06 3:18 
AnswerRe: Command Prompt commands from vc++ gui Pin
David Crow3-Aug-06 4:20
David Crow3-Aug-06 4:20 
GeneralRe: Command Prompt commands from vc++ gui Pin
vineet14083-Aug-06 8:24
vineet14083-Aug-06 8:24 
QuestionFunction with default arguments Pin
Andy Rama3-Aug-06 3:03
Andy Rama3-Aug-06 3:03 
AnswerRe: Function with default arguments Pin
toxcct3-Aug-06 3:06
toxcct3-Aug-06 3:06 
GeneralRe: Function with default arguments [modified] Pin
Andy Rama3-Aug-06 3:07
Andy Rama3-Aug-06 3:07 
AnswerRe: Function with default arguments Pin
Nyarlatotep3-Aug-06 3:07
Nyarlatotep3-Aug-06 3:07 
GeneralRe: Function with default arguments Pin
Zac Howland3-Aug-06 3:45
Zac Howland3-Aug-06 3:45 
GeneralRe: Function with default arguments Pin
Nyarlatotep3-Aug-06 3:48
Nyarlatotep3-Aug-06 3:48 
GeneralRe: Function with default arguments Pin
Zac Howland3-Aug-06 3:53
Zac Howland3-Aug-06 3:53 
AnswerRe: Function with default arguments Pin
Gary R. Wheeler3-Aug-06 3:12
Gary R. Wheeler3-Aug-06 3:12 
AnswerRe: Function with default arguments Pin
Zac Howland3-Aug-06 3:43
Zac Howland3-Aug-06 3:43 
AnswerRe: Function with default arguments Pin
David Crow3-Aug-06 4:34
David Crow3-Aug-06 4:34 
GeneralRe: Function with default arguments Pin
Gary R. Wheeler3-Aug-06 5:30
Gary R. Wheeler3-Aug-06 5:30 

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.