DDE INSERT FORMAT for an AutoComplete tool
Posted: Fri Mar 14, 2008 3:12 am
I am working in an auto-complete tool for Textpad, and I am having problems running the command that inserts a text from my application in the current position of the current document in TextPad.
There is c# function that executes the commands.
(lets assume that the DDE connection has been started properly and so forth)
client.Execute(string command, int timeout)
My question would be: Which is the correct format for the command string.
I have unsuccessfully tried:
"[command(Insert,Hello World)]" (from Texpad documentation)
"Insert,Hello World"
"command(Insert,Hello World)"
thank you in advance
There is c# function that executes the commands.
(lets assume that the DDE connection has been started properly and so forth)
client.Execute(string command, int timeout)
My question would be: Which is the correct format for the command string.
I have unsuccessfully tried:
"[command(Insert,Hello World)]" (from Texpad documentation)
"Insert,Hello World"
"command(Insert,Hello World)"
thank you in advance