Asks a DDE server application to execute the specified command.
To send |
Use |
---|---|
A single command to a DDE server application (a cold link) |
|
A command to a DDE server application after you have opened a channel (a warm link) |
Sends a single command to a DDE server application, called a cold link.
ExecRemote ( command, applname, topicname )
Integer. Returns 1 if it succeeds. If it fails, it returns a negative integer.
Sends a command to a DDE server application when you have already called OpenChannel and established a warm link with the server.
ExecRemote ( command, handle {, windowhandle } )
Integer. Returns 1 if it succeeds. If an error occurs, ExecRemote returns a negative integer.