Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General(Stupid?) vector problem Pin
david2625-May-03 4:35
david2625-May-03 4:35 
GeneralRe: (Stupid?) vector problem Pin
markkuk5-May-03 4:48
markkuk5-May-03 4:48 
Generalsend message from subclass to parent Pin
JensB5-May-03 3:36
JensB5-May-03 3:36 
GeneralRe: send message from subclass to parent Pin
Bartosz Bien5-May-03 3:49
Bartosz Bien5-May-03 3:49 
GeneralRe: send message from subclass to parent Pin
JensB5-May-03 4:02
JensB5-May-03 4:02 
GeneralRe: send message from subclass to parent Pin
Bartosz Bien5-May-03 4:13
Bartosz Bien5-May-03 4:13 
GeneralRe: send message from subclass to parent Pin
JensB5-May-03 4:33
JensB5-May-03 4:33 
GeneralRe: send message from subclass to parent Pin
Renjith Ramachandran5-May-03 4:29
Renjith Ramachandran5-May-03 4:29 
Another method

in ur derived class add a member function as SetParent(CDialog* pDlg)

and call this method after creating the control object

and with in the control class just send the Mesage to parent Window by using Send Message, U can pass the Char* buffer along with this send message and in ur parent class u just handle the Message properly
(just use ON_MESSAGE(MESS_ID, Routine() in MessageMap)

hope that u can



CodeTheDreams();
GeneralRe: send message from subclass to parent Pin
JensB5-May-03 20:03
JensB5-May-03 20:03 
GeneralHiding Application Pin
Member 2266405-May-03 3:22
Member 2266405-May-03 3:22 
GeneralRe: Hiding Application Pin
Joaquín M López Muñoz5-May-03 3:25
Joaquín M López Muñoz5-May-03 3:25 
GeneralRe: Hiding Application Pin
Member 2266405-May-03 3:58
Member 2266405-May-03 3:58 
GeneralRe: Hiding Application Pin
jmkhael5-May-03 4:20
jmkhael5-May-03 4:20 
GeneralRe: Hiding Application Pin
David Crow5-May-03 4:14
David Crow5-May-03 4:14 
GeneralRe: Hiding Application Pin
Joseph Dempsey5-May-03 6:09
Joseph Dempsey5-May-03 6:09 
GeneralRe: Hiding Application Pin
David Crow5-May-03 6:54
David Crow5-May-03 6:54 
GeneralRe: Hiding Application Pin
Baris Kurtlutepe5-May-03 13:00
Baris Kurtlutepe5-May-03 13:00 
GeneralRe: Hiding Application Pin
jmkhael5-May-03 6:21
jmkhael5-May-03 6:21 
QuestionRSA implementation - how to store huge numbers? Pin
Vikram A Punathambekar5-May-03 3:16
Vikram A Punathambekar5-May-03 3:16 
AnswerRe: RSA implementation - how to store huge numbers? Pin
Bartosz Bien5-May-03 3:53
Bartosz Bien5-May-03 3:53 
GeneralRe: RSA implementation - how to store huge numbers? Pin
markkuk5-May-03 4:09
markkuk5-May-03 4:09 
GeneralRe: RSA implementation - how to store huge numbers? Pin
Bartosz Bien5-May-03 4:14
Bartosz Bien5-May-03 4:14 
GeneralRe: RSA implementation - how to store huge numbers? Pin
Vikram A Punathambekar6-May-03 20:43
Vikram A Punathambekar6-May-03 20:43 
AnswerRe: RSA implementation - how to store huge numbers? Pin
markkuk5-May-03 4:08
markkuk5-May-03 4:08 
Generaladress value of pointer NULL Pin
Willem B5-May-03 3:00
Willem B5-May-03 3:00 

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.