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 7926103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T18:36:38+00:00 2026-06-03T18:36:38+00:00

How can I avoid the taskbar popping up when set to autohide, when using

  • 0

How can I avoid the taskbar popping up when set to autohide, when using ShowBalloonHint?

  • 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-06-03T18:36:43+00:00Added an answer on June 3, 2026 at 6:36 pm

    The notification area in Windows has a defined behavior. You can wish it behaved differently, but that doesn’t change the fact that what you want to do cannot be done.

    Sorry for the inconvience.


    A close workaround would be to create a TOOLTIP window yourself, and position it on the screen near where you think the user’s notification area might be:

    • bottom right
    • top right
    • bottom left
    • primary monitor
    • secondary monitor

    That will involve using

    • GetSystemMetrics(SM_CXFULLSCREEN)
    • GetSystemMetrics(SM_CYFULLSCREEN)
    • SystemParametersInfo(SPI_GETWORKAREA)

    Then you create a TOOLTIPS_CLASS window:

        FHandle := CreateWindow(TOOLTIPS_CLASS, PChar(''),
                WS_POPUP or TTS_BALLOON,
                Integer(CW_USEDEFAULT), Integer(CW_USEDEFAULT),
                Integer(CW_USEDEFAULT), Integer(CW_USEDEFAULT),
                0, 0, HInstance,
                nil);
    

    Then you would send it the TTM_SETTITLE, TTM_UPDATETIPTEXT, TTM_TRACKPOSITION messages, and finally the big moment: TTM_TRACKACTIVATE:

    enter image description here

    And then sometime later you hide the tooltip with another call to TTM_TRACKACTIVATE.


    You’re free to follow Windows user experience guidelines, or you can roll your own.

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

Sidebar

Related Questions

Is there any way I can avoid using array_flip to optimize performance. I am
how string.format() can help to avoid using + in such statement: string statement =
Can any one expain how to avoid seeing lines when using BlendMode.ERASE in AS3?
Can we avoid objmsg function overhead by using sel and imp means selector and
Is there a way I can avoid using this for multiple pattern checks? Can
We can avoid serialising fields by using the transient keyword. Is there any other
Can I avoid the open DataReader exception (There is already an open DataReader associated
Can I avoid instantiate a Db object inside of Names object to access it
Can I avoid forwarding after content is created / saved ? I don't want
Can I avoid third party code from creating new threads, starting new VMs, or

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.