Click here to Skip to main content
15,881,859 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is it possible of getting same answer for inverse of matrix 100*100 dimension using gsl lib and matlab? Pin
CPallini19-Sep-14 1:50
mveCPallini19-Sep-14 1:50 
QuestionExtraction dictionary Software database Pin
محمد الذوادي18-Sep-14 18:12
محمد الذوادي18-Sep-14 18:12 
AnswerRe: Extraction dictionary Software database Pin
Richard MacCutchan18-Sep-14 22:11
mveRichard MacCutchan18-Sep-14 22:11 
QuestionGoogle's PageRank Pin
Ștefan-Mihai MOGA17-Sep-14 17:24
professionalȘtefan-Mihai MOGA17-Sep-14 17:24 
SuggestionRe: Google's PageRank Pin
David Crow18-Sep-14 17:34
David Crow18-Sep-14 17:34 
QuestionForce a popup menu hosted in a CDialog to show up its accelerators keys Pin
sdancer7517-Sep-14 2:54
sdancer7517-Sep-14 2:54 
AnswerRe: Force a popup menu hosted in a CDialog to show up its accelerators keys Pin
enhzflep17-Sep-14 16:46
enhzflep17-Sep-14 16:46 
GeneralRe: Force a popup menu hosted in a CDialog to show up its accelerators keys Pin
sdancer7517-Sep-14 20:56
sdancer7517-Sep-14 20:56 
Hi,

You may did not understand the problem. The menus are created dynamically and they have their accelerators shortcut keys as declared below.

C#
VERIFY(popmenu.CreatePopupMenu());
popmenu.AppendMenu(MF_STRING, ID_MENU_STRETCH_NORMAL, _T("&Option 1\tAlt+1"));
popmenu.AppendMenu(MF_STRING, ID_MENU_STRETCH_MAX, _T("&Option 2\tAlt+2"));



The problem is that when the popup is showning up to the screen, the acceleratos keys are hidden for the reason I explained in my first post.

Regards,
sdancer75

GeneralRe: Force a popup menu hosted in a CDialog to show up its accelerators keys Pin
enhzflep17-Sep-14 23:50
enhzflep17-Sep-14 23:50 
GeneralRe: Force a popup menu hosted in a CDialog to show up its accelerators keys Pin
sdancer7518-Sep-14 0:20
sdancer7518-Sep-14 0:20 
QuestionMigrating from Win.MFC to Linux/??? Pin
Bram van Kampen16-Sep-14 16:30
Bram van Kampen16-Sep-14 16:30 
AnswerRe: Migrating from Win.MFC to Linux/??? Pin
M@dHatter16-Sep-14 17:27
M@dHatter16-Sep-14 17:27 
AnswerRe: Migrating from Win.MFC to Linux/??? Pin
CPallini16-Sep-14 18:43
mveCPallini16-Sep-14 18:43 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
Bram van Kampen17-Sep-14 12:48
Bram van Kampen17-Sep-14 12:48 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
Albert Holguin17-Sep-14 16:37
professionalAlbert Holguin17-Sep-14 16:37 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
enhzflep17-Sep-14 16:51
enhzflep17-Sep-14 16:51 
QuestionRe: Migrating from Win.MFC to Linux/??? Pin
Maximilien17-Sep-14 3:10
Maximilien17-Sep-14 3:10 
AnswerRe: Migrating from Win.MFC to Linux/??? Pin
Albert Holguin17-Sep-14 8:21
professionalAlbert Holguin17-Sep-14 8:21 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
Maximilien17-Sep-14 8:25
Maximilien17-Sep-14 8:25 
AnswerRe: Migrating from Win.MFC to Linux/??? Pin
Albert Holguin17-Sep-14 8:43
professionalAlbert Holguin17-Sep-14 8:43 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
Maximilien17-Sep-14 9:15
Maximilien17-Sep-14 9:15 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
Albert Holguin17-Sep-14 10:25
professionalAlbert Holguin17-Sep-14 10:25 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
jschell17-Sep-14 9:57
jschell17-Sep-14 9:57 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
Albert Holguin17-Sep-14 10:24
professionalAlbert Holguin17-Sep-14 10:24 
GeneralRe: Migrating from Win.MFC to Linux/??? Pin
jschell18-Sep-14 8:34
jschell18-Sep-14 8:34 

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.