CompuServe Thread

MDI menu verticalBars

1 messages in this thread
#30646From: Brian KuJul 12, 1994 4:55 AM
Hi ???, > In the sample CContainApp (msvc\mfc\samples\step1) the main mdi frame > menu looks like this: File | | Window This menu is created using > a .rc file, how do I create this menu dynamically (eg: using > AppendMenu API, ie the two vertical bar) ? Yes, I've this will work. If you look in the .RC file, MF_SEPARATOR is what's being used as the menuitem. Sincerely, Brian Ku -Microsoft Developer Support