CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Location
    York, UK
    Posts
    2

    Controls in Pop Up Menus

    is there any way to get an edit control into a pop up menu, so that when I right click, I can input a value as well as choosing a menu item?

    Robert Pearmain
    Aran (York) Ltd.

  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Controls in Pop Up Menus

    Tell me if you ever accomplish this!!..

    All that you can try, i think, is to have an element in pop-up that says "Edit value" and when user selects it, show a Edit box ( which was invisible till then) at the same position... which may well do the job for you.

    On second thoughts.. well.. it may be possible with subclassing the pop-up and all that.. but it will be too too difficult. Pop-up menu by default will vanish, the moment it looses focus. so...

    RK

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