Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>dde commands dynamic data exchange xbase management</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DDE Commands         Dynamic Data Exchange xBase management
--------------------------------------------------------------------------------

 Defining a new DDE          DEFINE [ DDE | LINK ] <oDde> ;
 connection                     [ SERVICE <cService> ] ;
                                [ TOPIC <cTopic> ] ;
                                [ ITEM <cItem> ] ;
                                [ ACTION <uAction> ] ;
                                [ VALID  <uEnd> ] ;

 Activating the DDE          ACTIVATE [ DDE | LINK ] <oDde>

 Deactivating the DDE        DEACTIVATE [ DDE | LINK ] <oDde>

 Ending the connection       RELEASE [ DDE | LINK ] <oDde>

 <oDde>          A reference to the DDE Object.

 <cService>      The service which establishes the connection.

 <cTopic>        The topic which establishes the connection.

 <cItem>         The item which establishes the connection.

 <uAction>

 <uEnd>          An action to execute when the DDE is finished.


See Also: TDDE DDE.ch

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson