Programming with Reflection
DDEPoke method
Syntax Application.DDEPoke ConversationID, ItemName, Value
Sends data to a DDE server application.
ConversationID Argument type: Integer
Required
The conversation identifier (obtained from DDEInitiate).
ItemName Argument type: String
Required
The DDE item name. For valid item names, see the server application's documentation.
Value Argument type: String
Required
The data to be sent to the server application.
Notes
· Use Application rather than Session as the object for DDE methods.