When Imagenation is installed, the Imagenation.Application object is placed in the Windows Registry. You can use this object to send DDE API transactions to Imagenation through OLE Automation rather than DDEML.
The exact method that you have to use varies with the language in which you are programming your application. However, the first step is always to get the Imagenation.Application object from the registry.
Example: Visual Basic 5.0 code for getting Imagenation.Application
See also