Click here to Skip to main content
15,884,353 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: building Visual C++ program on Visual Studio 6 VS. Visual Studio 2008/2013 Pin
Joe Woodbury5-Jan-15 8:09
professionalJoe Woodbury5-Jan-15 8:09 
QuestionSoftware Making Pin
Member 1133032722-Dec-14 22:37
Member 1133032722-Dec-14 22:37 
AnswerRe: Software Making Pin
Richard MacCutchan22-Dec-14 23:01
mveRichard MacCutchan22-Dec-14 23:01 
Questionvending machine project Pin
Member 1132883822-Dec-14 5:29
Member 1132883822-Dec-14 5:29 
AnswerRe: vending machine project Pin
Chris Losinger22-Dec-14 5:50
professionalChris Losinger22-Dec-14 5:50 
AnswerRe: vending machine project Pin
jeron122-Dec-14 5:52
jeron122-Dec-14 5:52 
Questionc++ Pin
Member 1132883822-Dec-14 5:28
Member 1132883822-Dec-14 5:28 
QuestionAcceleration keys on CMenu is not shown ! Pin
sdancer7522-Dec-14 0:07
sdancer7522-Dec-14 0:07 
I create dynamically a CMenu inside a CDialog that have some acceleration keys ie

C++
m_pBCMenu->AppendMenu(MF_STRING, ID_MENU_STRETCH_NORMAL, _T("&Size\tAlt+1")); 


The same menu, is also created inside in CMainFrm that all command events (even from the CDialog) are routed and handled in there.

The problem is that the acceleration keys in my CDialog are not shown, ie Alt+1 is hidden but the commands are routed just fine.

How can I force to view the acceleration keys inside the CDialog's CMenu ? Note, that I used the LoadAccelerators function successfully on my onInitDialog and I also tried to use ON_COMMAND(xxx,xxxx) in my CDialog without any success.

Any recommendations ?
sdancer75

AnswerRe: Acceleration keys on CMenu is not shown ! Pin
Jochen Arndt22-Dec-14 0:42
professionalJochen Arndt22-Dec-14 0:42 
GeneralRe: Acceleration keys on CMenu is not shown ! Pin
sdancer7523-Dec-14 23:01
sdancer7523-Dec-14 23:01 
QuestionUrgent help Pin
Member 1132644421-Dec-14 5:21
Member 1132644421-Dec-14 5:21 
AnswerRe: Urgent help Pin
Richard Andrew x6421-Dec-14 7:18
professionalRichard Andrew x6421-Dec-14 7:18 
Questionhow to create a treecontrol to view folders and files on my computer? Pin
Salvatello17-Dec-14 6:36
Salvatello17-Dec-14 6:36 
GeneralRe: how to create a treecontrol to view folders and files on my computer? Pin
PIEBALDconsult17-Dec-14 6:45
mvePIEBALDconsult17-Dec-14 6:45 
AnswerRe: how to create a treecontrol to view folders and files on my computer? Pin
Richard MacCutchan17-Dec-14 7:23
mveRichard MacCutchan17-Dec-14 7:23 
QuestionRe: how to create a treecontrol to view folders and files on my computer? Pin
David Crow17-Dec-14 7:53
David Crow17-Dec-14 7:53 
AnswerRe: how to create a treecontrol to view folders and files on my computer? Pin
Salvatello17-Dec-14 21:24
Salvatello17-Dec-14 21:24 
GeneralRe: how to create a treecontrol to view folders and files on my computer? Pin
Richard MacCutchan17-Dec-14 21:28
mveRichard MacCutchan17-Dec-14 21:28 
GeneralRe: how to create a treecontrol to view folders and files on my computer? Pin
David Crow18-Dec-14 2:48
David Crow18-Dec-14 2:48 
AnswerRe: how to create a treecontrol to view folders and files on my computer? Pin
Maximilien18-Dec-14 3:48
Maximilien18-Dec-14 3:48 
QuestionReusable User Interface elements in Visual Studio Pin
RefuseResist1317-Dec-14 1:25
RefuseResist1317-Dec-14 1:25 
AnswerRe: Reusable User Interface elements in Visual Studio Pin
Jochen Arndt17-Dec-14 1:59
professionalJochen Arndt17-Dec-14 1:59 
AnswerRe: Reusable User Interface elements in Visual Studio Pin
David Crow17-Dec-14 4:55
David Crow17-Dec-14 4:55 
GeneralCan some one help me with a travel salesmen problem code in c or c++ , Is urgent. Thanks Pin
Member 1124308416-Dec-14 10:40
Member 1124308416-Dec-14 10:40 
GeneralRe: Can some one help me with a travel salesmen problem code in c or c++ , Is urgent. Thanks Pin
Richard MacCutchan16-Dec-14 10:42
mveRichard MacCutchan16-Dec-14 10:42 

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.