Skip to content

Instantly share code, notes, and snippets.

@PolywickStudio
Created September 21, 2018 10:16
Show Gist options
  • Save PolywickStudio/b14e5daa503157ee6611a1470455c783 to your computer and use it in GitHub Desktop.
Save PolywickStudio/b14e5daa503157ee6611a1470455c783 to your computer and use it in GitHub Desktop.
DDE-CS-Ecco
DdeClient dde = new DdeClient("EccoPro", "Ecco");
dde.Connect();
string sUrlInfo = dde.Request("GetVersion", "");
dde.Disconnect();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment