Click here to Skip to main content
15,886,857 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: EXECUTE code 1 after the other only Pin
JudyL_MD3-Jun-08 6:53
JudyL_MD3-Jun-08 6:53 
GeneralRe: EXECUTE code 1 after the other only Pin
Trupti Mehta3-Jun-08 21:18
Trupti Mehta3-Jun-08 21:18 
GeneralRe: EXECUTE code 1 after the other only Pin
JudyL_MD4-Jun-08 3:00
JudyL_MD4-Jun-08 3:00 
GeneralRe: EXECUTE code 1 after the other only Pin
Trupti Mehta4-Jun-08 4:14
Trupti Mehta4-Jun-08 4:14 
GeneralRe: EXECUTE code 1 after the other only Pin
JudyL_MD4-Jun-08 4:34
JudyL_MD4-Jun-08 4:34 
QuestionPopup Menu - Check Menu Item Pin
JBAK_CP3-Jun-08 4:32
JBAK_CP3-Jun-08 4:32 
AnswerRe: Popup Menu - Check Menu Item Pin
sudhir_Kumar3-Jun-08 4:39
sudhir_Kumar3-Jun-08 4:39 
GeneralRe: Popup Menu - Check Menu Item Pin
JBAK_CP3-Jun-08 6:53
JBAK_CP3-Jun-08 6:53 
Hmm..unfortunately making the CMenu variable member of the class didn't seem to work either. I tried adding an ON_UPDATE_COMMAND_UI function for my menu item to try it in there, with no success!

void CTestDialog::OnUpdateOpenLogfile(CCmdUI *pCmdUI)
{
	
	//pCmdUI->SetCheck(1);
        pCmdUI->SetCheck(0);


}

GeneralRe: Popup Menu - Check Menu Item Pin
Hamid_RT4-Jun-08 20:30
Hamid_RT4-Jun-08 20:30 
QuestionGet Position of Start Menu Button Pin
fetti3-Jun-08 4:29
fetti3-Jun-08 4:29 
AnswerRe: Get Position of Start Menu Button Pin
sudhir_Kumar3-Jun-08 4:49
sudhir_Kumar3-Jun-08 4:49 
GeneralRe: Get Position of Start Menu Button Pin
fetti3-Jun-08 5:03
fetti3-Jun-08 5:03 
GeneralRe: Get Position of Start Menu Button Pin
sudhir_Kumar3-Jun-08 5:08
sudhir_Kumar3-Jun-08 5:08 
AnswerRe: Get Position of Start Menu Button Pin
Hamid_RT3-Jun-08 6:34
Hamid_RT3-Jun-08 6:34 
QuestionMy first Win32 program... Pin
xelios3-Jun-08 3:50
xelios3-Jun-08 3:50 
AnswerRe: My first Win32 program... Pin
Cedric Moonen3-Jun-08 3:54
Cedric Moonen3-Jun-08 3:54 
AnswerRe: My first Win32 program... Pin
sudhir_Kumar3-Jun-08 3:55
sudhir_Kumar3-Jun-08 3:55 
GeneralRe: My first Win32 program... Pin
xelios3-Jun-08 3:56
xelios3-Jun-08 3:56 
GeneralRe: My first Win32 program... Pin
Cedric Moonen3-Jun-08 4:03
Cedric Moonen3-Jun-08 4:03 
GeneralRe: My first Win32 program... Pin
zafersavas3-Jun-08 5:24
zafersavas3-Jun-08 5:24 
GeneralRe: My first Win32 program... Pin
David Crow3-Jun-08 6:51
David Crow3-Jun-08 6:51 
AnswerRe: My first Win32 program... Pin
sudhir_Kumar3-Jun-08 3:56
sudhir_Kumar3-Jun-08 3:56 
AnswerRe: My first Win32 program... Pin
Hamid_RT3-Jun-08 4:01
Hamid_RT3-Jun-08 4:01 
AnswerRe: My first Win32 program... Pin
sudhir_Kumar3-Jun-08 4:11
sudhir_Kumar3-Jun-08 4:11 
AnswerRe: My first Win32 program... Pin
toxcct3-Jun-08 5:02
toxcct3-Jun-08 5:02 

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.