Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to send and receive emoticons/smiley in mfc Pin
Dhiraj kumar Saini17-Aug-08 19:49
Dhiraj kumar Saini17-Aug-08 19:49 
AnswerRe: how to send and receive emoticons/smiley in mfc Pin
Cedric Moonen17-Aug-08 20:43
Cedric Moonen17-Aug-08 20:43 
GeneralRe: how to send and receive emoticons/smiley in mfc Pin
Dhiraj kumar Saini17-Aug-08 22:52
Dhiraj kumar Saini17-Aug-08 22:52 
QuestionHow to making a hidden file Pin
VCProgrammer17-Aug-08 19:04
VCProgrammer17-Aug-08 19:04 
AnswerRe: How to making a hidden file Pin
Jijo.Raj17-Aug-08 19:09
Jijo.Raj17-Aug-08 19:09 
AnswerRe: How to making a hidden file Pin
Hamid_RT18-Aug-08 5:03
Hamid_RT18-Aug-08 5:03 
QuestionHow could I get the parent of an embedded control generically ? Pin
SherTeks17-Aug-08 18:48
SherTeks17-Aug-08 18:48 
AnswerRe: How could I get the parent of an embedded control generically ? Pin
Nibu babu thomas17-Aug-08 19:08
Nibu babu thomas17-Aug-08 19:08 
SherTeks wrote:
So, I am looking for a solution that is generic, to find the parent.


If I understood your question properly...

Define a message for your parent class, for e.g. WM_TEST_FN. So all the parent needs to do is define a handler for this message. So if the handler is there then the function will be called.

So then you can use SendMessage to send this message.


Nibu babu thomas
Microsoft MVP for VC++


Code must be written to be read, not by the compiler, but by another human being.

Programming Blog: http://nibuthomas.wordpress.com

GeneralRe: How could I get the parent of an embedded control generically ? Pin
Naveen17-Aug-08 19:13
Naveen17-Aug-08 19:13 
GeneralRe: How could I get the parent of an embedded control generically ? Pin
Nibu babu thomas17-Aug-08 19:16
Nibu babu thomas17-Aug-08 19:16 
GeneralRe: How could I get the parent of an embedded control generically ? Pin
SherTeks17-Aug-08 19:28
SherTeks17-Aug-08 19:28 
GeneralRe: How could I get the parent of an embedded control generically ? Pin
Nibu babu thomas17-Aug-08 19:59
Nibu babu thomas17-Aug-08 19:59 
GeneralRe: How could I get the parent of an embedded control generically ? Pin
SherTeks17-Aug-08 21:59
SherTeks17-Aug-08 21:59 
AnswerRe: How could I get the parent of an embedded control generically ? Pin
Naveen17-Aug-08 19:11
Naveen17-Aug-08 19:11 
QuestionWeird stack corruption problem Pin
jozsurf17-Aug-08 18:11
jozsurf17-Aug-08 18:11 
AnswerRe: Weird stack corruption problem Pin
Naveen17-Aug-08 18:22
Naveen17-Aug-08 18:22 
AnswerRe: Weird stack corruption problem Pin
Stephen Hewitt17-Aug-08 18:24
Stephen Hewitt17-Aug-08 18:24 
GeneralRe: Weird stack corruption problem Pin
jozsurf17-Aug-08 18:33
jozsurf17-Aug-08 18:33 
GeneralRe: Weird stack corruption problem Pin
Stephen Hewitt17-Aug-08 18:36
Stephen Hewitt17-Aug-08 18:36 
GeneralRe: Weird stack corruption problem Pin
jozsurf17-Aug-08 19:45
jozsurf17-Aug-08 19:45 
GeneralRe: Weird stack corruption problem Pin
Stephen Hewitt17-Aug-08 19:57
Stephen Hewitt17-Aug-08 19:57 
GeneralRe: Weird stack corruption problem Pin
jozsurf17-Aug-08 20:23
jozsurf17-Aug-08 20:23 
GeneralRe: Weird stack corruption problem Pin
Nibu babu thomas17-Aug-08 18:52
Nibu babu thomas17-Aug-08 18:52 
GeneralRe: Weird stack corruption problem Pin
Stephen Hewitt17-Aug-08 19:49
Stephen Hewitt17-Aug-08 19:49 
GeneralRe: Weird stack corruption problem Pin
jozsurf17-Aug-08 19:55
jozsurf17-Aug-08 19: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.