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

C / C++ / MFC

 
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 
GeneralRe: Sending string between two apps Pin
#realJSOP31-Oct-01 7:10
professional#realJSOP31-Oct-01 7:10 
1) If you have the source code to both apps, you don't need to use HWND_BROADCAST. You can use the HWND of the target application. I assume you have the source to both programs, otherwise trading WM_COPYDATA messages back and forth would not be doable.

2) The Windows API does not restrict you from using PostMessage to send the WM_COPYDATA message.

3) There are two versions of SendMessage.

a) SendMessage - Uses the default timeout of five secons before timing out.

b) SendMessageEx - allows you to specify the timeout duration (in milliseconds).



"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001
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 
GeneralDependency Walker / DLL functions Pin
-Dy31-Oct-01 4:30
-Dy31-Oct-01 4:30 

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.