Making modifications to Microsoft Windows programs to enable dynamic data exchange (DDE) communications with PM programs helps facilitate a gradual migration of applications to PM. Not all data formats are automatically converted when using DDE between Windows programs and PM programs (DDE set public).

The following formats are converted automatically by the OS/2 operating system:

 ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
 ³ PM Application       ³ Windows Application  ³
 ³ Data Format          ³ Interpretation       ³
 ³ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͳÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͳ
 ³ PM bitmap            ³ Windows DIB          ³
 ³ PM private           ³ Windows private      ³
 ³ Text                 ³ Text (codepage 819)  ³
 ³---------------------------------------------³
 ³ Windows Application  ³ PM Application       ³
 ³ Data Format          ³ Interpretation       ³
 ÃÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͳÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ´
 ³ Text (codepage 819)  ³ Text                 ³
 ³ Windows DIB          ³ PM Bitmap            ³
 ³ Windows private      ³ PM Private           ³
 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

Note: Code page translation (Windows 819 to/from current PM code page) is performed for topic name in all cases.

When data conversion is not automatically performed, programs can still communicate using DDE when the two programs perform the data conversion and pass private data formats.