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

    how do you add a separator in a menu?

    Does anyone know how to add a separator in a menu??? like a file menu?

    (in IE there is a separator in between Save As.. and Page Setup.... thats what i need)

    Thanks.

    FaRd0wN


  2. #2
    Join Date
    Jun 2000
    Posts
    41

    Re: how do you add a separator in a menu?

    In the Caption box of the menu editor, add the Caption of - (hyphen) where you want the separator. Then name it whatever you want.


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