DDE client程序对onchange事件的响应(40分)

V

victor

Unregistered / Unconfirmed
GUEST, unregistred user!
现在我要编写一个DDE client程序,与DDE server
的通信是通过client(DDEClientItem)对onchange事件
的响应及处理。想作到DDE server传任何值来,client端都
接收,但发现若DDE server传的值相同时,client程序不响应,
它认为onchange事件没被激活,
请问哪位有办法解决?
(DDE server程序是买的)
 
是否可以考虑在接收数据后将Lines清空?
 
? My comment was cleared?

I once put a comment on this:

You can let the data source plus each data a sequence number before it:
like:
1: Hello!
2: Good morning..
3: Bye!

etc.
And the receiver can ignore the header number.
 
多人接受答案了。
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
顶部