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

C / C++ / MFC

 
GeneralPreventing MDI Child Wnd Resizing Pin
Chambers31-Oct-01 6:49
Chambers31-Oct-01 6:49 
GeneralRe: Preventing MDI Child Wnd Resizing Pin
Steen Krogsgaard1-Nov-01 1:35
Steen Krogsgaard1-Nov-01 1:35 
GeneralRe: Preventing MDI Child Wnd Resizing Pin
Chambers1-Nov-01 2:15
Chambers1-Nov-01 2:15 
GeneralRe: Preventing MDI Child Wnd Resizing Pin
Steen Krogsgaard1-Nov-01 2:47
Steen Krogsgaard1-Nov-01 2:47 
GeneralSending string between two apps Pin
31-Oct-01 6:08
suss31-Oct-01 6:08 
GeneralRe: Sending string between two apps Pin
#realJSOP31-Oct-01 6:12
professional#realJSOP31-Oct-01 6:12 
GeneralRe: Sending string between two apps Pin
31-Oct-01 6:26
suss31-Oct-01 6:26 
GeneralRe: Sending string between two apps Pin
31-Oct-01 6:50
suss31-Oct-01 6:50 
Thanks a lot, it works fine Smile | :)

However, I have one more question:

I use HWND_BRODCAST to send the message system-wide.
But since PostMessage cannot be used with WM_COPYDATA
I need to use SendMessage.

But MSDN says: "...function calls the window procedure for the specified window and does not return until the window procedure has processed the message"

so how will be program be slowed down? how long does it take until the program can process with the following code?

regards
GeneralRe: Sending string between two apps Pin
#realJSOP31-Oct-01 7:10
professional#realJSOP31-Oct-01 7:10 
GeneralRe: Sending string between two apps Pin
31-Oct-01 7:21
suss31-Oct-01 7:21 
GeneralRe: Sending string between two apps Pin
#realJSOP31-Oct-01 8:11
professional#realJSOP31-Oct-01 8:11 
GeneralRe: Sending string between two apps Pin
Chris Losinger31-Oct-01 6:14
professionalChris Losinger31-Oct-01 6:14 
GeneralRe: Sending string between two apps Pin
Nish Nishant31-Oct-01 6:18
sitebuilderNish Nishant31-Oct-01 6:18 
GeneralRe: Sending string between two apps Pin
#realJSOP31-Oct-01 7:11
professional#realJSOP31-Oct-01 7:11 
GeneralRe: Sending string between two apps Pin
Chris Losinger31-Oct-01 7:38
professionalChris Losinger31-Oct-01 7:38 
GeneralRe: Sending string between two apps Pin
#realJSOP31-Oct-01 8:26
professional#realJSOP31-Oct-01 8:26 
GeneralRe: Sending string between two apps Pin
Carlos Antollini31-Oct-01 9:08
Carlos Antollini31-Oct-01 9:08 
GeneralRe: Sending string between two apps Pin
31-Oct-01 9:12
suss31-Oct-01 9:12 
GeneralRe: Sending string between two apps Pin
Carlos Antollini31-Oct-01 9:24
Carlos Antollini31-Oct-01 9:24 
GeneralRe: Sending string between two apps Pin
1-Nov-01 2:23
suss1-Nov-01 2:23 
GeneralRe: Sending string between two apps Pin
Nish Nishant31-Oct-01 17:52
sitebuilderNish Nishant31-Oct-01 17:52 
Questionhow to detect dialog's actual control? Pin
31-Oct-01 5:30
suss31-Oct-01 5:30 
AnswerRe: how to detect dialog's actual control? Pin
1-Nov-01 20:23
suss1-Nov-01 20:23 
GeneralRetrieving registry values Pin
Steven Gregg31-Oct-01 5:18
Steven Gregg31-Oct-01 5:18 
GeneralRe: Retrieving registry values Pin
Michael Dunn31-Oct-01 8:28
sitebuilderMichael Dunn31-Oct-01 8:28 

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.