Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 523097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:25:20+00:00 2026-05-13T08:25:20+00:00

Microsoft’s User Experience Interaction Guidelines give some UI guidelines for when to use a

  • 0

Microsoft’s User Experience Interaction Guidelines give some UI guidelines for when to use a menu button:

http://i.msdn.microsoft.com/Aa511453.command51(en-us,MSDN.10).png

How do I create one of these menu buttons? I’ve found information on

  • how to create a split button in Vista and above
  • how to create a toolbar button with a dropdown menu
  • how to create a regular pushbutton and manually wire up an OnClick event handler that pops up a menu

But is there any standard way to create a button, not in a toolbar, with the little down triangle, that automatically pops up a menu when clicked?

(I’m using Delphi / C++Builder, but other solutions are welcome.)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T08:25:20+00:00Added an answer on May 13, 2026 at 8:25 am

    You can use the OnClick to force the popup, and for consistency don’t use the cursor position, but rather the control position.

    procedure TForm1.Button1Click(Sender: TObject);
    var
      pt : TPoint;
    begin
      Pt.X := Button1.Left;
      Pt.Y := Button1.Top+Button1.Height;
      pt := ClientToScreen(Pt);
      PopupMenu1.Popup(pt.x,pt.y);
    end;
    

    You can then add the “glyph” using either a Delphi 2010 button, or a previous version TBitBtn and assign the bitmap/glyph property to an appropriate image and align right.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 288k
  • Answers 288k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer There's nothing wrong with your code or implementation, save the… May 13, 2026 at 5:24 pm
  • Editorial Team
    Editorial Team added an answer You generally can't and almost never should distribute debug builds… May 13, 2026 at 5:24 pm
  • Editorial Team
    Editorial Team added an answer Are you doing this at work? Is a corporate firewall… May 13, 2026 at 5:24 pm

Related Questions

Microsoft SQL Server Profiler is a graphical user interface to SQL Trace for monitoring
Microsoft recently announced that the Javascript/HTML DOM library jQuery will be integrated into the
Microsoft's new Windows Live Application Based Storage API is a RESTful API. More info
Microsoft Access is a slick way to access data in a MS SQL Server
Microsoft like implementing their own versions of popular open-source frameworks and assemblies, for example:

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.