CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2025
    Posts
    5

    [RESOLVED] Identify File Explorer Button?

    Does anyone know what kind of button File Explorer (from Windows 7/8) uses for these commands:
    - Organize
    - Include in library
    - Share with

    It's a large button that includes a down arrow which opens a dropdown menu.

    file_explorer_pulldown_button.png

  2. #2
    Join Date
    Jan 2025
    Posts
    5

    Re: Identify File Explorer Button?

    Nevermind, found it. CMFCMenuButton from Visual C++ 2008 Feature Pack.

    Attachment 36118

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