Sends an item to the DDE server.
Syntax
DdePoke(<service>, <topic>, <item>,
<format>, <resource>)
Parameters
service
Name of the DDE server.
topic
Topic of the conversation.
item
The item that must be sent to the DDE server.
format
MS Windows data format of the item.
resource
The resource that is sent. Only "value" is supported.
NOTE:
This method will not report that mandatory parameters are
missing.
|