Click here to Skip to main content
16,005,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp me to Release Resources! Pin
Alex H 198322-Jan-03 11:08
Alex H 198322-Jan-03 11:08 
GeneralRe: Help me to Release Resources! Pin
Joaquín M López Muñoz22-Jan-03 11:12
Joaquín M López Muñoz22-Jan-03 11:12 
Questionhow do I make a dynamic controlbar? Pin
tobbemannen22-Jan-03 10:40
tobbemannen22-Jan-03 10:40 
GeneralCreating the flyout menu of a submenu Pin
ns22-Jan-03 9:57
ns22-Jan-03 9:57 
GeneralRe: Creating the flyout menu of a submenu Pin
ns22-Jan-03 10:11
ns22-Jan-03 10:11 
GeneralRe: Creating the flyout menu of a submenu Pin
Roger Allen23-Jan-03 2:41
Roger Allen23-Jan-03 2:41 
GeneralRe: Creating the flyout menu of a submenu Pin
ns23-Jan-03 3:37
ns23-Jan-03 3:37 
GeneralRe: Creating the flyout menu of a submenu Pin
Roger Allen23-Jan-03 5:00
Roger Allen23-Jan-03 5:00 
Actually, the code I posted takes care of that condition. If you have a top level menu of:

"File Edit Window Help"

And need to add "Options\MyOptions", it will look for an exisiting "Options" menu. If it exists it will all the items, if not, it will be created and inserted into the top level menu.

THe only way I see it not working would possibily be if you subsequently removed all the sub-menu items and tried to append to an empty top level menu, but your delete menu item function should be written to take care of this situation.


Roger Allen
Sonork 100.10016

This is a multiple choice question, choose wisely
Why did the hedgehog cross the road?
A: To show he had guts?
B: To see his flat mate?

GeneralReThanks! Pin
ns23-Jan-03 5:31
ns23-Jan-03 5:31 
GeneralRe: Creating the flyout menu of a submenu Pin
ns23-Jan-03 5:38
ns23-Jan-03 5:38 
GeneralRe: Creating the flyout menu of a submenu Pin
Moak25-Aug-10 23:54
Moak25-Aug-10 23:54 
Generaldebugging the release version Pin
ns22-Jan-03 9:42
ns22-Jan-03 9:42 
GeneralRe: debugging the release version Pin
Chris Losinger22-Jan-03 10:09
professionalChris Losinger22-Jan-03 10:09 
GeneralRe: debugging the release version Pin
ns22-Jan-03 10:17
ns22-Jan-03 10:17 
GeneralFonts not changing when printing, but not on every machine.. Pin
dazinith22-Jan-03 9:19
dazinith22-Jan-03 9:19 
GeneralRe: Fonts not changing when printing, but not on every machine.. Pin
Roger Allen23-Jan-03 2:44
Roger Allen23-Jan-03 2:44 
QuestionHow to modify this CMenu snippet? Pin
ns22-Jan-03 8:49
ns22-Jan-03 8:49 
AnswerRe: How to modify this CMenu snippet? Pin
Joaquín M López Muñoz22-Jan-03 9:06
Joaquín M López Muñoz22-Jan-03 9:06 
GeneralRe: How to modify this CMenu snippet? Pin
ns22-Jan-03 9:18
ns22-Jan-03 9:18 
GeneralRe: How to modify this CMenu snippet? Pin
Joaquín M López Muñoz22-Jan-03 9:38
Joaquín M López Muñoz22-Jan-03 9:38 
GeneralRe: How to modify this CMenu snippet? Pin
ns22-Jan-03 9:47
ns22-Jan-03 9:47 
GeneralRe: How to modify this CMenu snippet? Pin
Joaquín M López Muñoz22-Jan-03 9:48
Joaquín M López Muñoz22-Jan-03 9:48 
GeneralA million zillion thanks!!!! Pin
ns23-Jan-03 4:09
ns23-Jan-03 4:09 
Generaldetect new cdrom Pin
particle2k22-Jan-03 8:39
particle2k22-Jan-03 8:39 
GeneralRe: detect new cdrom Pin
dazinith22-Jan-03 9:12
dazinith22-Jan-03 9:12 

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.