Re: PyWin SendMessage
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: PyWin SendMessage

From: Tim Roberts <timr@probo.com>
Date: Sun Oct 02 2005 - 03:38:22 CEST

Gonzalo Monzón <gmc@serveisw3.net> wrote:
>
>Hi Gerd,
>
>I'm not really sure of, but I think you must use a message value in
>range of WM_USER or WM_APP so this fact maybe let the receiver window
>getting bad data...

No. WM_COPYDATA is designed specifically for his use case -- interprocess
communication. The WM_USER range is only if you are inventing a custom
message for some new purpose.

-- 
- Tim Roberts, timr@probo.com
  Providenza & Boekelheide, Inc.
Received on Sat Oct 15 04:02:46 2005