Menu

Searchable Menu

kite
2020-09-12
2020-09-13
  • kite

    kite - 2020-09-12

    I want to build a menu like below image. Would you get some advices from you?
    Thanks!

     
  • kite

    kite - 2020-09-13

    Or vs-code-like command palette is enough. But I want auto close when lost focus.

     
  • David

    David - 2020-09-13

    Hi kite,

    A menu that includes a search bar isn't provided by the Windows API.

    We could always create our own by starting with a blank window and
    doing all the drawing and handling of mouse messages ourselves. That's
    a lot of work to implement a simple menu though.

    This is a search from CodeProject for menus. It gives a bit of an idea
    of how windows menus can be customized with owner draw to change their
    appearance.
    https://www.codeproject.com/search.aspx?q=menus&x=0&y=0&sbo=kw

    Windows menus are closed when the menu loses keyboard focus. When we
    click our mouse somewhere outside the menu, the menu will close.

    Best regards,
    David

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.