Programming with Reflection

image\rwnprg32.gif DDEExecute method

 

Syntax Application.DDEExecute ConversationID, Command

 

Description

Sends a command to a DDE server application.

Arguments

ConversationID Argument type: Integer
Required
The conversation identifier (obtained from DDEInitiate).

Command Argument type: String
Required
One or more commands to send to the DDE server. Each command must be enclosed in square brackets.

Notes

· Use Application rather than Session as the object for DDE methods.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command