|
-
October 21st, 1999, 01:23 PM
#1
Can't find where CMenu is drawn
Hello,
I want to do some things with CMenu that aren't built into the class. So I'm trying to find where CMenu is actually drawn by within MFC. I've noticed that CMenu is derived from CObject and not CWnd which makes me think that the menu's parent frame is actually drawing it. Can anyone point me in the right direction? I'm looking for where hit tesing and drawing is done. Creating an owner drawn menu doesn't seem to be an option right now.
Thank you!
Rich
-
October 21st, 1999, 03:24 PM
#2
Re: Can't find where CMenu is drawn
The Menu is only drawn internal, so you have no chance to do something about it. You can only draw the items by using an ownder-draw menu.
Martin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|