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

  • Home
  • SEARCH
  • 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 474351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T00:16:44+00:00 2026-05-13T00:16:44+00:00

I use Beyond Compare (a great program), and was very impressed when it displayed

  • 0

I use Beyond Compare (a great program), and was very impressed when it displayed a “New Version Available” label on its Menu Bar. I clicked on it, up popped an install new version box, it installed, the program restarted itself and there was the new version and no more label.

I thought that was a great feature. The label is there prominently on the menu bar where the user can’t miss it. I’ve already got the update procedure, so all I had to do was add the label. That should be easy.

Here’s the label where I want it:
The Label Where I Want It
(source: beholdgenealogy.com)

… Wrong. I couldn’t figure out how to add a label there. The menu bar and the control area above it appear to be hands-off area for visual components. I couldn’t place one there.

But I know it can be done, because Beyond Compare is a Delphi program.

Can anyone tell me what I have to do to put a TLabel in my Menu Bar or at least make it appear to be over the Menu Bar in the correct position?

For reference, I use Delphi 2009.


Conclusion: Christopher seems to have correctly figured out what the Beyond Compare people did. I’ve decided to implement the menu item, but without the customization of his “owner draw” solution. So I don’t get the blue bold underline hyperlink look, but I also don’t lose all the automatic things (like the Vista styling) that owner draw skips.

To space the menu item over to the right, I’ve added an item after the “Help” that has the caption ” ” and is disabled.

Thanks, Christopher. I was stuck thinking it must be a Label, but you saw around that.

  • 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-13T00:16:44+00:00Added an answer on May 13, 2026 at 12:16 am

    Are you sure it’s a label?

    I haven’t used the program, but it could just be a menu item, set to ‘owner draw’ and painted to look like a link?

    http://sirmonkeys.com/images/updatelink.png
    (done in Delphi 7)

    procedure TForm1.MYITem1DrawItem(Sender: TObject; ACanvas: TCanvas;
      ARect: TRect; Selected: Boolean);
    begin
      acanvas.Font.Style := [fsUnderline,fsbold];
      acanvas.Font.color := clblue;
      acanvas.Brush.Style := bsClear;
      acanvas.TextOut(arect.left+1,arect.top+1,'Link to Update...');
    end;
    
    procedure TForm1.MYITem1MeasureItem(Sender: TObject; ACanvas: TCanvas;
      var Width, Height: Integer);
    begin
      width := 100;
    end;
    

    and then either a have an ImageList assigned to MainMenu1.Images
    or set MainMenu1.OwnerDraw to true.

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

Sidebar

Ask A Question

Stats

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

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

    • 7 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I think this blog posting (not mine!) gives some good… May 13, 2026 at 6:03 am
  • Editorial Team
    Editorial Team added an answer I'll answer my own question. :) I added the following… May 13, 2026 at 6:03 am
  • Editorial Team
    Editorial Team added an answer {"url":"\/foo\/bar"} is actually completely valid and correct JSON for "/foo/bar".… May 13, 2026 at 6:03 am

Related Questions

I use an external diff tool with Subversion (Beyond Compare rules!), and one of
How can I copy diff output ( diff old-version.cpp new-version.cpp ) into an Outlook
I want to compare two folders on Windows (Vista, XP) which have a large
I currently have a small laptop and a desktop (+ gaming rig) that I

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.