Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: some interview questions Pin
Naveen11-May-06 1:57
Naveen11-May-06 1:57 
GeneralRe: some interview questions Pin
toxcct11-May-06 2:03
toxcct11-May-06 2:03 
AnswerRe: some interview questions Pin
Cedric Moonen11-May-06 1:58
Cedric Moonen11-May-06 1:58 
GeneralRe: some interview questions Pin
Naveen11-May-06 1:09
Naveen11-May-06 1:09 
GeneralRe: some interview questions Pin
ThatsAlok11-May-06 5:08
ThatsAlok11-May-06 5:08 
GeneralRe: some interview questions Pin
Naveen11-May-06 17:13
Naveen11-May-06 17:13 
GeneralRe: some interview questions Pin
ThatsAlok11-May-06 19:17
ThatsAlok11-May-06 19:17 
AnswerRe: some interview questions Pin
NiceNaidu11-May-06 3:53
NiceNaidu11-May-06 3:53 
1.)How is the message being transformed from one class to other? Diagrammatically show which class is getting the message first.
Ans

In MFC ,CCmdTarget is the class responsible for message routing

4.)what would be the first function called if we create a mfc application if it is a dialog based and not a dialog based?
Ans

What ever may be the application type the first method to be called is Constructor followed by InitInstace.Inorder to understand what happens inside have a look over this article http://www.codeproject.com/cpp/mfcprogflow.asp[^]

AppU
GeneralRe: some interview questions Pin
NiceNaidu11-May-06 4:05
NiceNaidu11-May-06 4:05 
Questionmessage BN_CLICKED for button in flexgrid Pin
zeus_master10-May-06 23:57
zeus_master10-May-06 23:57 
AnswerRe: message BN_CLICKED for button in flexgrid Pin
Cedric Moonen11-May-06 0:00
Cedric Moonen11-May-06 0:00 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
zeus_master11-May-06 0:07
zeus_master11-May-06 0:07 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
Cedric Moonen11-May-06 0:09
Cedric Moonen11-May-06 0:09 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
zeus_master11-May-06 0:13
zeus_master11-May-06 0:13 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
zeus_master11-May-06 18:39
zeus_master11-May-06 18:39 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
Cedric Moonen11-May-06 20:59
Cedric Moonen11-May-06 20:59 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
zeus_master11-May-06 21:29
zeus_master11-May-06 21:29 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
zeus_master11-May-06 22:14
zeus_master11-May-06 22:14 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
Cedric Moonen11-May-06 22:19
Cedric Moonen11-May-06 22:19 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
zeus_master11-May-06 22:51
zeus_master11-May-06 22:51 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
Cedric Moonen11-May-06 22:58
Cedric Moonen11-May-06 22:58 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
zeus_master11-May-06 23:13
zeus_master11-May-06 23:13 
GeneralRe: message BN_CLICKED for button in flexgrid Pin
zeus_master11-May-06 23:43
zeus_master11-May-06 23:43 
QuestionCreate a child window Pin
v3r50r10-May-06 23:34
v3r50r10-May-06 23:34 
AnswerRe: Create a child window Pin
Russell'10-May-06 23:57
Russell'10-May-06 23:57 

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.