Click here to Skip to main content
15,888,521 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ampersand don't underline my first letter in label Pin
Gerry Schmitz10-Feb-16 6:04
mveGerry Schmitz10-Feb-16 6:04 
SuggestionRe: ampersand don't underline my first letter in label Pin
Richard MacCutchan9-Feb-16 21:42
mveRichard MacCutchan9-Feb-16 21:42 
GeneralRe: ampersand don't underline my first letter in label Pin
Isawyouoo10-Feb-16 9:03
Isawyouoo10-Feb-16 9:03 
GeneralRe: ampersand don't underline my first letter in label Pin
enhzflep10-Feb-16 20:36
enhzflep10-Feb-16 20:36 
GeneralRe: ampersand don't underline my first letter in label Pin
Richard MacCutchan10-Feb-16 22:00
mveRichard MacCutchan10-Feb-16 22:00 
GeneralRe: ampersand don't underline my first letter in label Pin
Isawyouoo11-Feb-16 6:56
Isawyouoo11-Feb-16 6:56 
GeneralRe: ampersand don't underline my first letter in label Pin
Richard MacCutchan11-Feb-16 7:19
mveRichard MacCutchan11-Feb-16 7:19 
AnswerRe: ampersand don't underline my first letter in label Pin
Bram van Kampen11-Feb-16 13:57
Bram van Kampen11-Feb-16 13:57 
Well,

I think you are talking about a Resource Script of some type. Dealing with a Button or Menu.

I must admit, my knowledge of C# is Zero. However, this happens in MFC if you try to use the same Underscore twice.
( As in &Underline in One Menu, and &Undo in another menu) The Framework does not bother to disambiguate, to make you choose between 'Underline' and 'Undo'. The idea of Shortcut Keys is 'Shortcuts', not a philosophical set of Dialogs about what you Really meant when you typed CTRL + U. If there is ambiguity, the system does unexpected things, such as not underlining YOUR &U if the system has already a Ctrl + U in its Scope. Don't know the rules, but I guess, that is where your problem lays.

In effect, there are only 26 Ctrl+... shortcuts available, a bakers dozen of which (such as Ctrl + X for 'Edit.Cut') have been used by Microsoft.
I take it you understand the gist of where I'm getting to.

Hope this is helpful

Regards,Smile | :)

Bram
Bram van Kampen


modified 11-Feb-16 20:16pm.

GeneralRe: ampersand don't underline my first letter in label Pin
Isawyouoo15-Feb-16 7:19
Isawyouoo15-Feb-16 7:19 
QuestionSetting breakpoints in source code in manual compile Pin
Member 112032773-Feb-16 7:50
Member 112032773-Feb-16 7:50 
AnswerRe: Setting breakpoints in source code in manual compile Pin
CPallini3-Feb-16 10:03
mveCPallini3-Feb-16 10:03 
GeneralRe: Setting breakpoints in source code in manual compile Pin
Member 112032773-Feb-16 10:35
Member 112032773-Feb-16 10:35 
GeneralRe: Setting breakpoints in source code in manual compile Pin
Albert Holguin4-Feb-16 16:09
professionalAlbert Holguin4-Feb-16 16:09 
AnswerRe: Setting breakpoints in source code in manual compile Pin
Richard MacCutchan4-Feb-16 1:10
mveRichard MacCutchan4-Feb-16 1:10 
AnswerRe: Setting breakpoints in source code in manual compile Pin
jschell6-Feb-16 14:24
jschell6-Feb-16 14:24 
GeneralRe: Setting breakpoints in source code in manual compile Pin
Albert Holguin8-Feb-16 14:55
professionalAlbert Holguin8-Feb-16 14:55 
GeneralRe: Setting breakpoints in source code in manual compile Pin
jschell12-Feb-16 11:30
jschell12-Feb-16 11:30 
GeneralRe: Setting breakpoints in source code in manual compile Pin
Albert Holguin12-Feb-16 11:53
professionalAlbert Holguin12-Feb-16 11:53 
GeneralRe: Setting breakpoints in source code in manual compile Pin
jschell19-Feb-16 12:13
jschell19-Feb-16 12:13 
GeneralRe: Setting breakpoints in source code in manual compile Pin
Albert Holguin22-Feb-16 14:46
professionalAlbert Holguin22-Feb-16 14:46 
GeneralRe: Setting breakpoints in source code in manual compile Pin
jschell6-Mar-16 6:09
jschell6-Mar-16 6:09 
GeneralRe: Setting breakpoints in source code in manual compile Pin
Albert Holguin6-Mar-16 8:48
professionalAlbert Holguin6-Mar-16 8:48 
GeneralRe: Setting breakpoints in source code in manual compile Pin
jschell31-Mar-16 9:02
jschell31-Mar-16 9:02 
QuestionVS2008 Total bitching weirdness - ever seen a message about the compiler driver? Pin
charlieg2-Feb-16 8:30
charlieg2-Feb-16 8:30 
AnswerRe: VS2008 Total bitching weirdness - ever seen a message about the compiler driver? Pin
Jochen Arndt2-Feb-16 21:24
professionalJochen Arndt2-Feb-16 21:24 

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.