> Your link does say to use SendMessage, though it doesn't talk about > not using PostMessage. It looks like my reference > (http://tinyurl.com/4rjgx) refers to Windows CE but I've read the same > thing (not to use PostMessage for WM_COPYDATA) in other places > (http://tinyurl.com/56tn3, http://tinyurl.com/6zj3k), plus I can't see > how using PostMessage would be safe in sharing data between > applications.
Hmmm, I really don't know; I have not tested it. It would be trivial for the OS to copy the data into its own buffers if you had called PostMessage( ), but who knows what goes on inside Windows? :-) ------------- Ehsan Akhgari Farda Technology (http://www.farda-tech.com/) List Owner: [EMAIL PROTECTED] [ Email: [EMAIL PROTECTED] ] [ WWW: http://www.beginthread.com/Ehsan ] Such persons vaunt about not lying: but inability to lie is still far from being love to truth. -Thus Spoke Zarathustra, F. W. Nietzsche _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
