Click here to Skip to main content
15,917,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CSliderCtrl help Pin
benjymous22-Jul-02 22:39
benjymous22-Jul-02 22:39 
GeneralRe: CSliderCtrl help Pin
JennyP23-Jul-02 6:45
JennyP23-Jul-02 6:45 
GeneralRe: CSliderCtrl help Pin
benjymous23-Jul-02 11:10
benjymous23-Jul-02 11:10 
GeneralICMP Messages Pin
orcun colak22-Jul-02 8:14
orcun colak22-Jul-02 8:14 
Questioninformation for IExplorer plugins? Pin
OmarLodhi22-Jul-02 7:50
OmarLodhi22-Jul-02 7:50 
Generaldisabling menus Pin
SilentWarrior22-Jul-02 7:38
SilentWarrior22-Jul-02 7:38 
GeneralRe: disabling menus Pin
Shog922-Jul-02 12:56
sitebuilderShog922-Jul-02 12:56 
GeneralRe: disabling menus Pin
SilentWarrior23-Jul-02 7:31
SilentWarrior23-Jul-02 7:31 
i have tried using
pMenu->AppendMenu(MF_STRING | MF_DISABLED, 0, "Insert");


and
the submenu pointer code

CMenu* mmenu = GetMenu();
CMenu* submenu = mmenu->GetSubMenu(4);

if (menuID == IDM_VIEW_OBJECTONLY) {
submenu->CheckMenuItem(IDM_VIEW_OBJECTONLY, MF_CHECKED | MF_BYCOMMAND);
submenu->CheckMenuItem(IDM_VIEW_PATHOBJECT,


and some thing from msdn .. which was more simpler

but all things give me one same run time error..


looking forward from all the gurus of code

GeneralRe: disabling menus Pin
Shog923-Jul-02 8:59
sitebuilderShog923-Jul-02 8:59 
Questiongaining access to 16-bit process space ? Pin
bisserke22-Jul-02 7:29
bisserke22-Jul-02 7:29 
QuestionLaunch a new instance from SDI app ? Pin
yarp22-Jul-02 6:15
yarp22-Jul-02 6:15 
GeneralModifyStyle Pin
Hans Ruck22-Jul-02 6:02
Hans Ruck22-Jul-02 6:02 
GeneralRe: ModifyStyle Pin
Paul M Watt22-Jul-02 6:27
mentorPaul M Watt22-Jul-02 6:27 
GeneralRe: ModifyStyle Pin
Hans Ruck22-Jul-02 6:43
Hans Ruck22-Jul-02 6:43 
GeneralRe: ModifyStyle Pin
Paul M Watt22-Jul-02 8:33
mentorPaul M Watt22-Jul-02 8:33 
Questionclassview info not accessible ??? Pin
ns22-Jul-02 5:38
ns22-Jul-02 5:38 
AnswerRe: classview info not accessible ??? Pin
Renjith Ramachandran22-Jul-02 6:06
Renjith Ramachandran22-Jul-02 6:06 
GeneralRe: classview info not accessible ??? Pin
ns22-Jul-02 6:39
ns22-Jul-02 6:39 
GeneralTrouble with Radio Buttons Pin
Anonymous22-Jul-02 4:56
Anonymous22-Jul-02 4:56 
GeneralRe: Trouble with Radio Buttons Pin
Navin22-Jul-02 5:36
Navin22-Jul-02 5:36 
GeneralRe: Trouble with Radio Buttons Pin
Renjith Ramachandran22-Jul-02 6:35
Renjith Ramachandran22-Jul-02 6:35 
Generalimitating mouse clicks Pin
NickOne22-Jul-02 4:34
NickOne22-Jul-02 4:34 
Questiontreeview check box color ? Pin
insanely42022-Jul-02 4:25
insanely42022-Jul-02 4:25 
AnswerRe: treeview check box color ? Pin
Shog922-Jul-02 12:58
sitebuilderShog922-Jul-02 12:58 
QuestionDestroyWindow and MDI view...??? Pin
ns22-Jul-02 3:52
ns22-Jul-02 3:52 

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.