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

Thread: Menu

  1. #1
    Guest

    Menu

    The menu of my application is stuck on the right hand side of the window and i can't move it.
    Does anybody knows how to put it back on the left side ?


  2. #2
    Join Date
    May 1999
    Location
    West Sussex, England
    Posts
    1,939

    Re: Menu

    Hi,

    Your menu might me right justified because MFC thinks this is a Help menu. You can change the properties of your popup menu by selecting the offending item when editing the menu and unchecking the "Help" option in the properties for that item. This should then cause the menu to be left justified as normal.

    HTH


    Roger Allen
    Please use meaningful question titles - "Help me" does not let me know whether I can help with your question, and I am unlikely to bother reading it.
    Please remember to rate useful answers. It lets us know when a question has been answered.

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