CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    Miami, Florida
    Posts
    242

    how can I move the Help menu item to the far, far right of the menu

    I have VC++ 6.0. By default, it gives me File, Edit, View, then Help all right
    next to each other on the left side of the menu. How can I move just the Help
    option to the far, far right side of the menu?

    Any response any one can give me will be greatly appreciated.


  2. #2
    Guest

    Re: how can I move the Help menu item to the far, far right of the menu

    Why would you want to? It would make your app look unlike any other (current) windows app. A really-long time ago (Win3.0?), sticking the help on the extreme right of the menu seemed to be some sort of standard, but no longer. It would be much better to add real functionality to you app, then to make it look different in (in my opinion) this irritating way.



  3. #3
    Join Date
    May 1999
    Location
    CA, USA
    Posts
    586

    Re: how can I move the Help menu item to the far, far right of the menu

    In the Resource editor, for the Help menu item, check the Help style checkbox.

    Rail

    Recording Engineer/Software Developer
    Rail Jon Rogut Software
    [email protected]
    http://home.earthlink.net/~railro/

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