Interesting, my MSDN docs *do* say so: "WM_COPYDATA An application sends the WM_COPYDATA message to pass data to another application.
To send this message, call the SendMessage function with the following parameters (do not call the PostMessage function)." Anyway, I do get your point about using SendMessageTimeout. Thanks. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ehsan Akhgari > Sent: Sunday, October 10, 2004 2:42 PM > To: [EMAIL PROTECTED] > Subject: RE: [msvc] CFileDialog > > > > You're not supposed to use PostMessage with WM_COPYDATA. > > SendMessage only. > > Hmm, the MSDN does not say so, but even if that's true, there are > SendMessageTimeout SendMessageCallback for rescue. > > ------------- > Ehsan Akhgari > > Farda Technology (http://www.farda-tech.com/) > > List Owner: [EMAIL PROTECTED] > > [ Email: [EMAIL PROTECTED] ] > [ WWW: http://www.beginthread.com/Ehsan ] > > "In Heaven an angel is nobody in particular." > George Bernard Shaw > > > > > _______________________________________________ > msvc mailing list > [EMAIL PROTECTED] > See > http://beginthread.com/mailman/listinfo/msvc_beginthread.com > for subscription changes, and list archive. > _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
