Jump to content

DDE with AutoIt Client script


 Share

Recommended Posts

I'm trying to develop a script that will talk with an existing (server) program via DDE. I have used this program sucessfully in Excel, using formulas of the type:

=<constIDString>|<request>!<parameter>

and the correct string result is returned into the cell, from a running instance of the server program.

The program appears to support ONLY DDE, no indication of inbuilt COM. What I'm after is some sort of client functionality for the AutoIt script, so that it can send requests and receive results, the same way as Excel is able to. Does such a beastie exist? Is this even possible with AI?

thanks

AlanR

Link to comment
Share on other sites

Link to comment
Share on other sites

  • 2 months later...

I've just finished a generic UDF library for Windows DDE (client and server).

Here: DDEML.

Edited by doudou

UDFS & Apps:

Spoiler

DDEML.au3 - DDE Client + Server
Localization.au3 - localize your scripts
TLI.au3 - type information on COM objects (TLBINF emulation)
TLBAutoEnum.au3 - auto-import of COM constants (enums)
AU3Automation - export AU3 scripts via COM interfaces
TypeLibInspector - OleView was yesterday

Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCE 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...