Click here to Skip to main content
15,902,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Declaring Class function error? Pin
Anonymous14-Jun-03 13:57
Anonymous14-Jun-03 13:57 
GeneralRe: Declaring Class function error? Pin
Aidman14-Jun-03 14:54
Aidman14-Jun-03 14:54 
GeneralCComboBoxEx and some kind of draw Pin
Deian14-Jun-03 12:12
Deian14-Jun-03 12:12 
GeneralRe: CComboBoxEx and some kind of draw Pin
Michael Dunn14-Jun-03 14:03
sitebuilderMichael Dunn14-Jun-03 14:03 
Generalinvisible window Pin
Steve L.14-Jun-03 9:55
Steve L.14-Jun-03 9:55 
GeneralRe: invisible window Pin
Michael Dunn14-Jun-03 10:21
sitebuilderMichael Dunn14-Jun-03 10:21 
GeneralMRU problem Pin
mariuszpopiolek14-Jun-03 8:12
mariuszpopiolek14-Jun-03 8:12 
GeneralRe: MRU problem Pin
Ryan Binns15-Jun-03 3:23
Ryan Binns15-Jun-03 3:23 
You can't just hide menu items - you have to remove them from the menu,

I wouldn't recommend attempting removing this item though. MFC uses the this menu item as a basis for adding the new ones. If you remove the "no files" (or whatever it is) menu entry, then it won't know where to insert any subsequent files in the MRU list.

You're better off just leaving it the way it is, unless you do want to handle the MRU yourself.

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

GeneralControl creation issues. Pin
jales14-Jun-03 7:41
jales14-Jun-03 7:41 
GeneralRe: Control creation issues. Pin
Gary R. Wheeler15-Jun-03 3:23
Gary R. Wheeler15-Jun-03 3:23 
GeneralRe: Control creation issues. Pin
jales15-Jun-03 22:25
jales15-Jun-03 22:25 
GeneralRe: Control creation issues. Pin
Gary R. Wheeler16-Jun-03 11:50
Gary R. Wheeler16-Jun-03 11:50 
GeneralRe: Control creation issues. Pin
jales16-Jun-03 23:27
jales16-Jun-03 23:27 
QuestionAccessing Class Methods from other source files ? Pin
Anonymous14-Jun-03 7:35
Anonymous14-Jun-03 7:35 
AnswerRe: Accessing Class Methods from other source files ? Pin
Gary R. Wheeler15-Jun-03 3:27
Gary R. Wheeler15-Jun-03 3:27 
GeneralVS .Net '02 vs VS '03 - static lib compatibility Pin
Chris Losinger14-Jun-03 6:02
professionalChris Losinger14-Jun-03 6:02 
QuestionHow to generate a random number? Pin
FlyingDancer14-Jun-03 2:38
FlyingDancer14-Jun-03 2:38 
AnswerRe: How to generate a random number? Pin
Iain Clarke, Warrior Programmer14-Jun-03 3:45
Iain Clarke, Warrior Programmer14-Jun-03 3:45 
GeneralRe: How to generate a random number? Pin
FlyingDancer14-Jun-03 3:50
FlyingDancer14-Jun-03 3:50 
GeneralRe: How to generate a random number? Pin
Hosam Aly Mahmoud14-Jun-03 5:41
Hosam Aly Mahmoud14-Jun-03 5:41 
GeneralRe: How to generate a random number? Pin
FlyingDancer14-Jun-03 15:22
FlyingDancer14-Jun-03 15:22 
GeneralRe: How to generate a random number? Pin
Iain Clarke, Warrior Programmer15-Jun-03 4:20
Iain Clarke, Warrior Programmer15-Jun-03 4:20 
AnswerRe: How to generate a random number? Pin
Ian Darling15-Jun-03 11:00
Ian Darling15-Jun-03 11:00 
GeneralGeneric C code without libraries of any kind that can be run on boot Pin
Kuniva14-Jun-03 2:12
Kuniva14-Jun-03 2:12 
GeneralRe: Generic C code without libraries of any kind that can be run on boot Pin
Ryan Binns14-Jun-03 4:30
Ryan Binns14-Jun-03 4:30 

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.