Click to See Complete Forum and Search --> : SDI - App with Menu


Normen Müller
May 23rd, 1999, 09:27 AM
Hi!

I want to create a SDI - App, but without the standard menu ( IDR_MAINFRAME ).
How can I delete the standard menu and then insert a new menu with a new ID ( ID_MyMenu )?

And, furhter on, after that, what do I have to do to control single menu items?
For example I want some menu items to be grayed at the beginning of the app and then, if some
conditions are set, I want to enable them.

Thanks in advance
Normen

--
apartis AG http://www.apartis.de
Normen Mueller

Shahzad
May 23rd, 1999, 10:22 AM
The purpose of the already supplied menu is that it should be modified it required. If you wanna change it all, just delete all the entries and put your own ones.

Normen Müller
May 23rd, 1999, 10:38 AM
OK, it works!

But what about to control the menu items?
I set 'm_bAutoMenuEnable = FALSE;' and now I want to disable rsp. gray one menu item, what do I
have to do?

--Normen

--
apartis AG http://www.apartis.de
Normen Mueller