I'm developing a Windows program in C using MFC and need to find out if a given menu (identified by a HMENU as returned by the GetMenu() function) is visible. Does anybody know how to do this?

One possibility might be to test whether there is a HWND for the HMENU (a window which displays the menu). Unfortunately I couldn't find a counterpart to GetMenu() which returns a HWND given a HMENU. If I had such a function, I could try calling IsWindowVisible() on the returned HWND.

link|improve this question

Sounds like a dupe of stackoverflow.com/questions/741227/…, voting to close. – unwind Jul 13 '09 at 9:07
I agree that it should be closed as a duplicate of stackoverflow.com/questions/741227/… – Frerich Raabe Sep 8 '10 at 12:20
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.