Click here to Skip to main content
15,891,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CTreeCtrl Pin
Chris Hambleton22-Oct-02 10:48
Chris Hambleton22-Oct-02 10:48 
GeneralRe: CTreeCtrl Pin
Shog922-Oct-02 10:51
sitebuilderShog922-Oct-02 10:51 
QuestionMFC redist pros and cons? Pin
LukeV22-Oct-02 5:38
LukeV22-Oct-02 5:38 
AnswerRe: MFC redist pros and cons? Pin
benjymous22-Oct-02 5:42
benjymous22-Oct-02 5:42 
GeneralRe: MFC redist pros and cons? Pin
Chris Losinger22-Oct-02 11:47
professionalChris Losinger22-Oct-02 11:47 
AnswerRe: MFC redist pros and cons? Pin
Jim A. Johnson22-Oct-02 5:50
Jim A. Johnson22-Oct-02 5:50 
AnswerRe: MFC redist pros and cons? Pin
l a u r e n22-Oct-02 7:29
l a u r e n22-Oct-02 7:29 
QuestionEnableMenuItem() does not make menu item gray??? Pin
Wenrich22-Oct-02 4:05
Wenrich22-Oct-02 4:05 
Hi! I come across a strange thing: I try to gray a menu
item, the codes as follow:

CMenu *pMenu = GetMenu();
CMenu *pOP = pMenu->GetSubMenu(2);
pOP->EnableMenuItem(ID_OP_START, MF_GRAYED | MF_BYCOMMAND);
******************************************************
The menu item with ID ID_OP_START is supposed to be
grayed and GetMenuState() does return MF_GRAYED; but the
item is actually not grayed and can still function as
it does. Do I need to do something in order for this
method to work?
Thanks a lot!
AnswerRe: EnableMenuItem() does not make menu item gray??? Pin
Ravi Bhavnani22-Oct-02 4:30
professionalRavi Bhavnani22-Oct-02 4:30 
GeneralRe: EnableMenuItem() does not make menu item gray??? Pin
will138322-Oct-02 4:35
will138322-Oct-02 4:35 
GeneralRe: EnableMenuItem() does not make menu item gray??? Pin
Roger Allen22-Oct-02 5:36
Roger Allen22-Oct-02 5:36 
GeneralRe: EnableMenuItem() does not make menu item gray??? Pin
Ravi Bhavnani22-Oct-02 7:18
professionalRavi Bhavnani22-Oct-02 7:18 
GeneralUnable to open HELP from Visual studio environment Pin
ssirisha22-Oct-02 3:54
ssirisha22-Oct-02 3:54 
GeneralRe: Unable to open HELP from Visual studio environment Pin
l a u r e n22-Oct-02 7:31
l a u r e n22-Oct-02 7:31 
GeneralRe: Unable to open HELP from Visual studio environment Pin
José Luis Sogorb23-Oct-02 7:16
José Luis Sogorb23-Oct-02 7:16 
GeneralCursor Change by an Out-of-Process COM Server Pin
Anonymous22-Oct-02 3:28
Anonymous22-Oct-02 3:28 
GeneralADO Binding (compile errors) Pin
esapp42022-Oct-02 3:23
esapp42022-Oct-02 3:23 
GeneralI am an IDIOT Pin
esapp42022-Oct-02 5:58
esapp42022-Oct-02 5:58 
GeneralRe: I am an IDIOT Pin
Nitron22-Oct-02 7:59
Nitron22-Oct-02 7:59 
GeneralsndPlaySound Pin
Jh322-Oct-02 3:11
Jh322-Oct-02 3:11 
QuestionHow to convert a string to XML format Pin
François22-Oct-02 3:01
François22-Oct-02 3:01 
AnswerRe: How to convert a string to XML format Pin
benjymous22-Oct-02 3:05
benjymous22-Oct-02 3:05 
AnswerRe: How to convert a string to XML format Pin
Daniel Turini22-Oct-02 3:15
Daniel Turini22-Oct-02 3:15 
AnswerRe: How to convert a string to XML format Pin
Stephane Rodriguez.22-Oct-02 3:21
Stephane Rodriguez.22-Oct-02 3:21 
GeneralVS make files Pin
will138322-Oct-02 2:58
will138322-Oct-02 2:58 

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.