Click here to Skip to main content
15,894,017 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOverwriting COM interface Pin
28-Jun-02 6:02
suss28-Jun-02 6:02 
GeneralCommunication between windows Pin
solosnake28-Jun-02 5:55
solosnake28-Jun-02 5:55 
GeneralRe: Communication between windows Pin
Hans Ruck28-Jun-02 6:01
Hans Ruck28-Jun-02 6:01 
GeneralRe: Communication between windows Pin
solosnake28-Jun-02 6:21
solosnake28-Jun-02 6:21 
GeneralRe: Communication between windows Pin
28-Jun-02 6:02
suss28-Jun-02 6:02 
GeneralRe: Communication between windows Pin
solosnake28-Jun-02 6:21
solosnake28-Jun-02 6:21 
GeneralRe: Communication between windows Pin
Alexandru Savescu28-Jun-02 8:12
Alexandru Savescu28-Jun-02 8:12 
GeneralRe: Communication between windows Pin
solosnake28-Jun-02 22:21
solosnake28-Jun-02 22:21 
Hello

Thanks to everyone who replied. I have solved the problem, which was partially of my own making anyway. I am now registering a new message, and sending it from the deep child window. The difference, which is not well documented in the help, is that SendMessage only sends to its own message queue. By using AfxGetMainWnd()->SendMessage I can get a message back out to the upper level windows. I have added a custon ON_MESSAGE handler, and everything is working fine. Thanks for all suggestions, and I hope my problem and solution can help someone else perhaps.

Cheers!

solosnake

Smile | :)
GeneralDynamic creating a Object Pin
RuiSantiago28-Jun-02 5:33
RuiSantiago28-Jun-02 5:33 
GeneralRe: Dynamic creating a Object Pin
Michael Dunn28-Jun-02 16:49
sitebuilderMichael Dunn28-Jun-02 16:49 
Generalsema_t equivalent for Visual C Pin
Steven Gregg28-Jun-02 4:57
Steven Gregg28-Jun-02 4:57 
GeneralRe: sema_t equivalent for Visual C Pin
Mike Nordell28-Jun-02 8:42
Mike Nordell28-Jun-02 8:42 
GeneralRe: sema_t equivalent for Visual C Pin
Gary Kirkham28-Jun-02 9:01
Gary Kirkham28-Jun-02 9:01 
GeneralRe: sema_t equivalent for Visual C Pin
Gary Kirkham28-Jun-02 9:08
Gary Kirkham28-Jun-02 9:08 
GeneralSample code for MDI functionality needed Pin
ns28-Jun-02 4:27
ns28-Jun-02 4:27 
GeneralRe: Sample code for MDI functionality needed Pin
Mike Nordell28-Jun-02 8:48
Mike Nordell28-Jun-02 8:48 
GeneralRe: Sample code for MDI functionality needed Pin
ns28-Jun-02 10:14
ns28-Jun-02 10:14 
GeneralSetWIndowPos (MFC) and modal dialog problem Pin
ns28-Jun-02 4:25
ns28-Jun-02 4:25 
GeneralRe: SetWIndowPos (MFC) and modal dialog problem Pin
Carlos Antollini28-Jun-02 5:34
Carlos Antollini28-Jun-02 5:34 
GeneralRe: SetWIndowPos (MFC) and modal dialog problem Pin
ns28-Jun-02 6:41
ns28-Jun-02 6:41 
GeneralRe: SetWIndowPos (MFC) and modal dialog problem Pin
Michael Dunn28-Jun-02 20:23
sitebuilderMichael Dunn28-Jun-02 20:23 
General"CMainFrame not a class" error Pin
ns28-Jun-02 4:22
ns28-Jun-02 4:22 
GeneralRe: "CMainFrame not a class" error Pin
Roger Allen28-Jun-02 5:55
Roger Allen28-Jun-02 5:55 
GeneralLogo CHANGED.....!!!!! Pin
28-Jun-02 3:51
suss28-Jun-02 3:51 
QuestionHow To clear Output Window of Visual Studio? Pin
Uttam Kumar Unik!28-Jun-02 3:40
Uttam Kumar Unik!28-Jun-02 3:40 

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.