To call an Imagenation DDE Execute (XTYP_EXECUTE) through OLE Automation, invoke the Execute method.
Syntax Imagenation.DDE.Execute(BSTR "ddeExecute")
Parameters
ddeExecute
syntax of the DDE Execute transaction
Example of calling CloseDocwin:
errorCode = Imagenation.DDE.Execute("CloseDocwin(0, 1)")
See also