How to Highlight a Menu Popup and Bar in Program

ID: Q110770

2.50 2.50a 2.50b 3.00| 2.00 2.50 2.50a 2.50b

WINDOWS              | MS-DOS
kbprg

The information in this article applies to:

You can highlight menu options in FoxPro through program control. For example, the following code sample demonstrates how to programmatically highlight the Open option on the File menu:

   KEYBOARD "{ALT+F}"
   KEYBOARD "{DNARROW}"

Additional reference words: VFoxWin 3.00 FoxDos FoxWin 2.00 2.50 2.50a 2.50b select KBCategory: kbprg KBSubcategory: FxprgGeneral
Keywords          : FxprgGeneral 
Version           : 2.50 2.50a 2.50b 3.00| 2.00 2.50
Platform          : MS-DOS WINDOWS

Last Reviewed: May 1, 1996