Re: Problem with owner draw menu's and appendMenu
You may only have an HMENU at the time in the CMenuBar but you should be able to convert it to a CNewMenu like this:
Code:
CNewMenu menu;
menu.Attach(hMenu);
// use CNewMenu get menu string function
menu.Detach(); // so CMenu doesnt try and destory the menu resource
Please use meaningful question titles - "Help me" does not let me know whether I can help with your question, and I am unlikely to bother reading it.
Please remember to rate useful answers. It lets us know when a question has been answered.