Click here to Skip to main content
15,900,648 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChange the property of a menu Pin
houari_id3-May-05 17:23
houari_id3-May-05 17:23 
GeneralRe: Change the property of a menu Pin
Christian Graus3-May-05 18:07
protectorChristian Graus3-May-05 18:07 
GeneralRe: Change the property of a menu Pin
David Crow4-May-05 3:09
David Crow4-May-05 3:09 
Generalsyntax error C2146 Pin
mikelon3-May-05 15:03
mikelon3-May-05 15:03 
GeneralRe: syntax error C2146 Pin
Christian Graus3-May-05 15:26
protectorChristian Graus3-May-05 15:26 
GeneralRe: syntax error C2146 Pin
Bob Stanneveld3-May-05 22:30
Bob Stanneveld3-May-05 22:30 
GeneralRe: syntax error C2146 Pin
David Crow4-May-05 3:07
David Crow4-May-05 3:07 
Generalsystem menu by API Pin
microsoftcertificate3-May-05 13:56
sussmicrosoftcertificate3-May-05 13:56 
Could you tell me how can I get system menu by API ?

hmenu = GetSystemMenu(hWnd,1);

hmenu_options_thread1 = GetSubMenu(hmenu,1);
UINT uIDCheckItem;
uIDCheckItem = GetMenuItemID(hmenu_options_thread1,1);

smenu = new TCHAR[21];
GetMenuString(hmenu_options_thread1,uIDCheckItem,smenu,20,MF_BYCOMMAND);
MessageBox(hWnd, smenu,"Menu",MB_OK);

Thank you.

GeneralRe: system menu by API Pin
David Crow3-May-05 16:40
David Crow3-May-05 16:40 
GeneralRe: system menu by API Pin
microsoftcertificate3-May-05 22:51
sussmicrosoftcertificate3-May-05 22:51 
GeneralRe: system menu by API Pin
David Crow4-May-05 3:05
David Crow4-May-05 3:05 
QuestionHow to detect the browser version? Pin
Cyrus Dang3-May-05 13:02
Cyrus Dang3-May-05 13:02 
AnswerRe: How to detect the browser version? Pin
David Crow3-May-05 16:51
David Crow3-May-05 16:51 
GeneralRe: How to detect the browser version? Pin
Cyrus Dang3-May-05 16:55
Cyrus Dang3-May-05 16:55 
GeneralRe: How to detect the browser version? Pin
Priyank Bolia3-May-05 19:33
Priyank Bolia3-May-05 19:33 
GeneralRe: How to detect the browser version? Pin
David Crow4-May-05 2:08
David Crow4-May-05 2:08 
GeneralRe: How to detect the browser version? Pin
Cyrus Dang4-May-05 7:48
Cyrus Dang4-May-05 7:48 
GeneralToggle line numbers in MS Visual C++ 6.0 Pin
knapak3-May-05 12:31
knapak3-May-05 12:31 
GeneralRe: Toggle line numbers in MS Visual C++ 6.0 Pin
David Crow3-May-05 16:49
David Crow3-May-05 16:49 
GeneralRe: Toggle line numbers in MS Visual C++ 6.0 Pin
knapak4-May-05 8:43
knapak4-May-05 8:43 
GeneralPopUp Menu Pin
javi_jmc3-May-05 12:30
javi_jmc3-May-05 12:30 
GeneralRe: PopUp Menu Pin
Ryan Binns3-May-05 18:40
Ryan Binns3-May-05 18:40 
QuestionHow to implement delay Pin
hithesh3-May-05 12:22
hithesh3-May-05 12:22 
AnswerRe: How to implement delay Pin
Christian Graus3-May-05 13:37
protectorChristian Graus3-May-05 13:37 
GeneralRe: How to implement delay Pin
Anonymous3-May-05 14:01
Anonymous3-May-05 14:01 

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.