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

    Multicolumn pulldown menu

    Hi,

    How can I create multi-column pulldown menu with FMC?
    Thanks in advance.
    -Shirley
    [email protected]


  2. #2
    Join Date
    May 1999
    Posts
    8

    Re: Multicolumn pulldown menu

    Add a column break to the last menu item in each column.

    You can do this from the properties page of the menu editor or programatically with the MF_MENUBREAK flag.


  3. #3
    Guest

    Re: Multicolumn pulldown menu

    Thanks, that works.
    -Shirley


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