
October 26th, 2005, 05:05 PM
|
|
Registered User
|
|
Join Date: Oct 2005
Posts: 1
Time spent in forums: 6 m 49 sec
Reputation Power: 0
|
|
|
Problems With DDE Server
I'm trying to do a DDE server using the components TDdeServerConv and TDdeServerItem, with delphi 2005. When I use these components, the 'topics' availables to other applications are the TDdeServerConv and the 'items' to each topic are the TDdeServerItem where the serverConv property is the name of that topic.
My problem is that I need to treat the requests made to DDE server that still don't have a TDdeServerConv and a TDdeServerItem associated with it. How can I do that? Is any event handled in the server when a DDE Client makes a request to it?
|