How to Automate Calls to ADDICON.APPID: Q114486 2.50 2.50a 2.50b 2.60 WINDOWS kbprg The information in this article applies to:
If you are repeatedly calling ADDICON.APP (a FoxPro application that adds an icon to a FoxPro .EXE file), you may want to automate the calling process. Since ADDICON.APP has no PARAMETER statement, you cannot pass parameters to the application. Instead, you can stuff the keyboard buffer with the appropriate information and then call ADDICON.APP. The following code demonstrates this process. The name of the .EXE file does not matter.
NOTE: If either the .EXE file or the icon information is invalid, the OK
button in ADDICON.APP will be disabled (dimmed).
Additional reference words: FoxWin 2.50 2.50a 2.50b 2.60 passing icon KBCategory: kbprg KBSubcategory: FxtoolGeneral
|
|
Last Reviewed: May 1, 1996 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |