[python-win32] DDE Hotlinks with Python

Miguel Hernandez enlavin at yahoo.com
Wed Aug 27 13:02:26 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 need to code a 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. 


=====
--
char*p="char*p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Miguel Hernandez Martos <enlavin at yahoo.com>

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the Python-win32 mailing list