Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How i remove a part of a string Pin
bob1697228-May-06 17:33
bob1697228-May-06 17:33 
GeneralRe: How i remove a part of a string Pin
ThatsAlok28-May-06 22:54
ThatsAlok28-May-06 22:54 
QuestionCPropertyPagae Pin
ftsOne28-May-06 8:56
ftsOne28-May-06 8:56 
AnswerRe: CPropertyPagae Pin
bob1697228-May-06 10:50
bob1697228-May-06 10:50 
GeneralRe: CPropertyPagae Pin
ftsOne28-May-06 17:04
ftsOne28-May-06 17:04 
GeneralRe: CPropertyPagae Pin
bob1697228-May-06 17:57
bob1697228-May-06 17:57 
GeneralRe: CPropertyPagae Pin
ftsOne28-May-06 19:08
ftsOne28-May-06 19:08 
GeneralRe: CPropertyPagae [modified] Pin
bob1697228-May-06 19:35
bob1697228-May-06 19:35 
Is this what your looking for?

void CYourFormView::OnUpdateSomeMenuItem(CCmdUI *pCmdUI)
{
// TODO: Add your command update UI handler code here
if (Some expression that resolves to TRUE if menu should be enabled)
pCmdUI->Enable(TRUE); // Enable the menu item
else
pCmdUI->Enable(FALSE); // Disable the menu item
}

-- modified at 1:38 Monday 29th May, 2006
GeneralRe: CPropertyPagae [modified] Pin
ftsOne29-May-06 5:51
ftsOne29-May-06 5:51 
GeneralRe: CPropertyPagae [modified] Pin
bob1697229-May-06 10:13
bob1697229-May-06 10:13 
GeneralRe: CPropertyPagae [modified] Pin
ftsOne29-May-06 10:43
ftsOne29-May-06 10:43 
Questioncontrol Dlg classes in 1 application Pin
Immunity1828-May-06 8:00
Immunity1828-May-06 8:00 
AnswerRe: control Dlg classes in 1 application Pin
bob1697228-May-06 8:50
bob1697228-May-06 8:50 
GeneralRe: control Dlg classes in 1 application Pin
Immunity1828-May-06 8:54
Immunity1828-May-06 8:54 
GeneralRe: control Dlg classes in 1 application Pin
bob1697228-May-06 9:36
bob1697228-May-06 9:36 
QuestionXML/Soap/HTTP Questions (help your n00b) Pin
chasetoys28-May-06 7:19
chasetoys28-May-06 7:19 
QuestionCreateProcessWithLogonW limitations? Pin
fourierman28-May-06 6:24
fourierman28-May-06 6:24 
AnswerRe: CreateProcessWithLogonW limitations? Pin
fourierman28-May-06 10:08
fourierman28-May-06 10:08 
AnswerRe: CreateProcessWithLogonW limitations? Pin
bob1697228-May-06 11:20
bob1697228-May-06 11:20 
GeneralRe: CreateProcessWithLogonW limitations? Pin
fourierman28-May-06 11:49
fourierman28-May-06 11:49 
QuestionHow i write text in a file Pin
Immunity1828-May-06 5:59
Immunity1828-May-06 5:59 
AnswerRe: How i write text in a file [modified] Pin
bob1697228-May-06 6:30
bob1697228-May-06 6:30 
GeneralRe: How i write text in a file [modified] Pin
Immunity1828-May-06 6:49
Immunity1828-May-06 6:49 
GeneralRe: How i write text in a file [modified] Pin
bob1697228-May-06 7:07
bob1697228-May-06 7:07 
GeneralRe: How i write text in a file [modified] Pin
bob1697228-May-06 7:16
bob1697228-May-06 7:16 

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.