Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Migrating VC++6 to VC++9 Pin
Dale Bourne7-Jan-09 10:09
Dale Bourne7-Jan-09 10:09 
GeneralRe: Migrating VC++6 to VC++9 Pin
Mark Salsbery7-Jan-09 10:17
Mark Salsbery7-Jan-09 10:17 
GeneralRe: Migrating VC++6 to VC++9 Pin
Dale Bourne7-Jan-09 10:28
Dale Bourne7-Jan-09 10:28 
GeneralRe: Migrating VC++6 to VC++9 Pin
Dale Bourne8-Jan-09 7:14
Dale Bourne8-Jan-09 7:14 
GeneralRe: Migrating VC++6 to VC++9 Pin
CPallini7-Jan-09 9:32
mveCPallini7-Jan-09 9:32 
GeneralRe: Migrating VC++6 to VC++9 Pin
Dale Bourne7-Jan-09 10:10
Dale Bourne7-Jan-09 10:10 
GeneralRe: Migrating VC++6 to VC++9 Pin
CPallini7-Jan-09 11:02
mveCPallini7-Jan-09 11:02 
QuestionA Question about Menus Pin
BobInNJ7-Jan-09 6:19
BobInNJ7-Jan-09 6:19 
I am currently writing an application using C++ and MFC. Please consider the following lines from a Window's RC file:
<br />
    BEGIN<br />
      POPUP "&File" {<br />
       MENUITEM "&New",                CALC_FILE_NEW<br />
       MENUITEM "Add Account",         ADD_ACCOUNT<br />
       MENUITEM "Calculate",           CALCULATE<br />
       MENUITEM "Abort Calculation",   ABORT_CALCULATION,GRAYED<br />
       MENUITEM "&Exit",               CALC_FILE_EXIT<br />
    }<br />
    .<br />
    .<br />
    .<br />

When the menu is displayed, I would expect the E in Exit to be underlined. However, it is not. I thought the & character was suppose to do this. What is the proper way for me to have the E underlined when the menu is displayed?

Thanks

Bob
QuestionRe: A Question about Menus Pin
David Crow7-Jan-09 6:32
David Crow7-Jan-09 6:32 
AnswerRe: A Question about Menus Pin
BobInNJ7-Jan-09 7:01
BobInNJ7-Jan-09 7:01 
QuestionRe: A Question about Menus Pin
David Crow7-Jan-09 7:02
David Crow7-Jan-09 7:02 
AnswerRe: A Question about Menus Pin
BobInNJ7-Jan-09 7:10
BobInNJ7-Jan-09 7:10 
GeneralRe: A Question about Menus Pin
David Crow7-Jan-09 7:31
David Crow7-Jan-09 7:31 
AnswerRe: A Question about Menus Pin
Maximilien7-Jan-09 6:54
Maximilien7-Jan-09 6:54 
GeneralRe: A Question about Menus Pin
BobInNJ7-Jan-09 7:05
BobInNJ7-Jan-09 7:05 
AnswerRe: A Question about Menus Pin
Mark Salsbery7-Jan-09 7:34
Mark Salsbery7-Jan-09 7:34 
GeneralRe: A Question about Menus Pin
BobInNJ7-Jan-09 9:12
BobInNJ7-Jan-09 9:12 
GeneralRe: A Question about Menus Pin
Mark Salsbery7-Jan-09 9:51
Mark Salsbery7-Jan-09 9:51 
QuestionRe: A Question about Menus [modified] Pin
CPallini7-Jan-09 8:09
mveCPallini7-Jan-09 8:09 
AnswerRe: A Question about Menus Pin
BobInNJ7-Jan-09 9:14
BobInNJ7-Jan-09 9:14 
QuestionGPIB to serial stream pass through Pin
Michael Lutkenhouse7-Jan-09 5:54
Michael Lutkenhouse7-Jan-09 5:54 
GeneralRe: GPIB to serial stream pass through Pin
Luc Pattyn7-Jan-09 6:41
sitebuilderLuc Pattyn7-Jan-09 6:41 
GeneralRe: GPIB to serial stream pass through Pin
Michael Lutkenhouse7-Jan-09 7:15
Michael Lutkenhouse7-Jan-09 7:15 
GeneralRe: GPIB to serial stream pass through Pin
Luc Pattyn7-Jan-09 7:35
sitebuilderLuc Pattyn7-Jan-09 7:35 
GeneralRe: GPIB to serial stream pass through Pin
Michael Lutkenhouse7-Jan-09 7:46
Michael Lutkenhouse7-Jan-09 7:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.