Skip to content

Instantly share code, notes, and snippets.

@PolywickStudio
Last active September 21, 2018 10:20
Show Gist options
  • Save PolywickStudio/cc65a268595e3ae1f202040b55e4ed17 to your computer and use it in GitHub Desktop.
Save PolywickStudio/cc65a268595e3ae1f202040b55e4ed17 to your computer and use it in GitHub Desktop.
DdeClient dde = new DdeClient("PolywickStoryServer", "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