Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Resource menu editor

gelarimer
Beginner
768 Views

In the (MSVisualC++ Net2003) resource menu editor, characters are shown underlined when an ampersand (&) is placed before the character. For example, &File shows Filein the resource editor.However, when the program is compiled and run the main menu contains File, but F is not underlined.

I created a win32 single doc. program from scratch to see if the problem existed in the compiled template program--it did! The resorce editor shows underlined main menu items, but when compiledand run the template program did not have undelined characters in the main menu.

Anyinfowould be appreciated.

0 Kudos
1 Reply
gelarimer
Beginner
768 Views

Found the answer in a win32 Google user group, posted by Lee Weiner:

You must be using Windows XP. By default, XP hides the underlines until you press the Alt key. To change this behavior, go to Display PropertiesAppearance | Effects, and uncheck the item labeled "Hide undelined letters..."

Lee Weiner
lee AT leeweiner DOT org

0 Kudos
Reply