Hiding CMenu items
-
Hi, How to hide/show items of CMenu in runtime? Thanks in advance. Ivan Cachicatari Blog[^] www.latindevelopers.com
-
Hi, How to hide/show items of CMenu in runtime? Thanks in advance. Ivan Cachicatari Blog[^] www.latindevelopers.com
Ivan Cachicatari wrote: How to hide/show items of CMenu in runtime? For that you have to Dynamically Delete them and Then Add them again Runtime!, But remember during addition and deletion there ID should be persistence!. See MSDN for Help of CMenu::RemoveMenu and CMenu::ModifyMenu
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
Hi, How to hide/show items of CMenu in runtime? Thanks in advance. Ivan Cachicatari Blog[^] www.latindevelopers.com