CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: MfcMenuButton

  1. #1
    Join Date
    Jun 2010
    Posts
    23

    MfcMenuButton

    Hello,
    I need help in using MfcMenuButton, I added such a button to my project,
    but I can't find how to add the menu items to this button ,if somebody know how doing it and can write me the way to do it step by step ,I will vary appreciate it.

    thanks

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,395

    Re: MfcMenuButton

    What is MfcMenuButton?
    If you however, meant CMfcMenuButton class then have a look at the CMfcMenuButton class article in MSDN, particularly at the Example section.
    Note that you must either Create or Load a menu to use (display) it with a "MfcMenuButton"
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured