Click here to Skip to main content
16,011,883 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: NeWbie Rook Programmer! Pin
Hamid_RT12-Jun-07 21:30
Hamid_RT12-Jun-07 21:30 
AnswerRe: NeWbie Rook Programmer! Pin
Nelek12-Jun-07 23:18
protectorNelek12-Jun-07 23:18 
QuestionCDialog Pin
Bravoone_200612-Jun-07 20:29
Bravoone_200612-Jun-07 20:29 
AnswerRe: CDialog Pin
Hans Dietrich12-Jun-07 20:54
mentorHans Dietrich12-Jun-07 20:54 
QuestionRe: CDialog Pin
Bravoone_200612-Jun-07 21:40
Bravoone_200612-Jun-07 21:40 
AnswerRe: CDialog Pin
Nelek12-Jun-07 23:15
protectorNelek12-Jun-07 23:15 
AnswerRe: CDialog Pin
David Crow13-Jun-07 3:38
David Crow13-Jun-07 3:38 
QuestionHow to enable menuitem... Pin
artihcv12-Jun-07 19:56
artihcv12-Jun-07 19:56 
I am having a menu call test and execute..
test is having test1 and test2 as menuitem...
execute is having execute1 and execute2 as menuitem...
i have used the below code to disable test2, execute1..
void CMainFrame::OnUpdateTestTest2(CCmdUI* pCmdUI)
{
// TODO: Add your command update UI handler code here
pCmdUI->Enable(FALSE);
}
void CMainFrame::OnUpdateExecuteExecute1(CCmdUI* pCmdUI)
{
// TODO: Add your command update UI handler code here
pCmdUI->Enable(FALSE);
}
Now my question is....
i). when i click test1, i want to enable execute1 and test2..
how to do this...
can anyone help me...
Chitra
AnswerRe: How to enable menuitem... Pin
Hamid_RT12-Jun-07 20:04
Hamid_RT12-Jun-07 20:04 
QuestionUnix to Windows client server application Pin
C#Coudou12-Jun-07 19:55
C#Coudou12-Jun-07 19:55 
QuestionExpression help Pin
amitmistry_petlad 12-Jun-07 19:47
amitmistry_petlad 12-Jun-07 19:47 
AnswerRe: Expression help Pin
Naveen12-Jun-07 20:04
Naveen12-Jun-07 20:04 
GeneralRe: Expression help Pin
amitmistry_petlad 13-Jun-07 19:42
amitmistry_petlad 13-Jun-07 19:42 
GeneralRe: Expression help Pin
Naveen13-Jun-07 19:47
Naveen13-Jun-07 19:47 
GeneralRe: Expression help Pin
amitmistry_petlad 17-Jun-07 17:03
amitmistry_petlad 17-Jun-07 17:03 
GeneralRe: Expression help Pin
Naveen17-Jun-07 17:18
Naveen17-Jun-07 17:18 
Questionin vc6 IDE,use get_selection,want to get the coordinate of the selected block Pin
gzcjun12-Jun-07 19:45
gzcjun12-Jun-07 19:45 
QuestionCannot open include file Pin
C#Coudou12-Jun-07 19:14
C#Coudou12-Jun-07 19:14 
AnswerRe: Cannot open include file Pin
Naveen12-Jun-07 19:51
Naveen12-Jun-07 19:51 
QuestionRe: Cannot open include file Pin
David Crow13-Jun-07 3:41
David Crow13-Jun-07 3:41 
AnswerRe: Cannot open include file Pin
C#Coudou13-Jun-07 22:09
C#Coudou13-Jun-07 22:09 
QuestionDynamically Add Items to Context Menu [modified] Pin
Sivajiram_vr12-Jun-07 19:12
Sivajiram_vr12-Jun-07 19:12 
AnswerRe: Dynamically Add Items to Context Menu Pin
Naveen12-Jun-07 19:54
Naveen12-Jun-07 19:54 
GeneralRe: Dynamically Add Items to Context Menu Pin
Sivajiram_vr12-Jun-07 20:11
Sivajiram_vr12-Jun-07 20:11 
GeneralRe: Dynamically Add Items to Context Menu Pin
Naveen12-Jun-07 20:22
Naveen12-Jun-07 20:22 

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.