How to Use DDE from FoxPro to Control Windows Program ManagerID: Q132308 The information in this article applies to:
SUMMARYThis article shows by example how to use dynamic data exchange (DDE) to issue commands to the Microsoft Windows Program Manager from FoxPro for Windows. The following commands are referenced in this article:
MORE INFORMATION
Step-by-Step Example1. Use the following command to open a DDE channel to the Windows Program 2. Use the following command to create a new program group named Test
3. Use the following ShowGroup command (,7) to minimize Test Group to an
4. Use the following ShowGroup command (,1) to expand Test Group, and
5. Use the following command to add an item to Test Group (The Readme.txt
6. Use the following command to delete Test Group:
7. Use the following command to terminate the DDE Channel:
REFERENCESFor more information, please see the following article in the Microsoft Knowledge Base:
Also see the Microsoft FoxPro for Windows Developer's Guide, Chapter 12,
"Dynamic Data Exchange," and see the Microsoft Windows Software Development
Kit (SDK) Programmer's Reference, Volume 1, Overview, Version 3.1, Chapter
17.2, "Command-String Interface."
Additional reference words: 2.60 2.60a FoxWin KBCategory: kbinterop KBSubcategory: FxinteropDde |
|
Last Reviewed: July 10, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |