DDE Hotlinks in Python

Miguel Hernández Martos miguel.hernandez at icr-sa.com
Mon Aug 25 08:03:21 EDT 2003


Hello,

I have seen an old post (http://dbforums.com/t552213.html) refering to the 
support for dde hot links in win32all. With dde module I can build a DDE server 
that notifies clients (VB and Delphi clients) of changes (using SetData method) 
and it works great.

The problem is that I also would like to code a Python dde client that can be 
notified of changes from a server. I browsed the source code of dde module and I 
think it can't be done, but I'm not a win32 guru. Can anybody tell me if that 
can be done with dde module bundled with win3all?

Thanks in advance.
-- 
Miguel Hernández Martos       | Ingeniería y Control Remoto, S.A.
Departamento de Software      | Pol. Ind. Juncaril C/Baza Parc. 207
------------------------------| 18220 Albolote-Granada (España)
<miguel.hernandez at icr-sa.com> | Tels.: + 34 958 43 00 05/10
http://www.icr-sa.com         | Fax: + 34 958 46 79 08









More information about the Python-list mailing list