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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:32:51+00:00 2026-05-12T06:32:51+00:00

In a .Net application that flashes the title bar and the corresponding taskbar button

  • 0

In a .Net application that flashes the title bar and the corresponding taskbar button for a window, to attract the users’ attention, P/Invoke code something like this is used:

[DllImport("user32.dll")]
private static extern bool FlashWindow(IntPtr hwnd, bool bInvert);

public static void FlashWindow(System.Windows.Forms.Form window)
{
  FlashWindow(window.Handle, false);
}

How can the same effect be triggered without using P/Invokes? Specifically, the .Net application is being updated to run fully on Linux/Mac OS X with Mono. Is there any way to construct a managed equivalent to FlashWindow or FlashWindowEx?

  • 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-12T06:32:51+00:00Added an answer on May 12, 2026 at 6:32 am

    You should note that Microsoft’s own UI guidelines suggest that you should not do this unless the event really does require immediate attention.

    Don’t flash the taskbar button if the only thing the user has to do is
    activate the program, read a message, or see a change in status.

    It is strongly advisable, even within a cross platform app, that the current system’s UI guidelines are followed.
    In this case it depends what you are trying to do but taking a guess:

    • On Windows notification balloons are considered the best behaviour when used correctly.

    • On OS X many applications use Growl. It appears someone may have done this via the cocoa-sharp project

    • In Linux this will be very dependent on the underlying GUI framework, since GTK# is the preferred framework for mono here is the how they suggest you do it

    If you really do want to do the equivalent of the Flashing window icon the equivalent on OS X would be a bouncing dock icon (Again, people don’t like this). I don’t know if that is wrapped by cocoa#.

    In Linux the behaviour is again fragmented since many frameworks simply don’t have the taskbar concept and you would be expected to play nicely with whatever framework you were in.

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

Sidebar

Ask A Question

Stats

  • Questions 144k
  • Answers 144k
  • 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 You can inherit your class from System.Windows.Forms.ComboBox and override the… May 12, 2026 at 8:42 am
  • Editorial Team
    Editorial Team added an answer What are you talking about is analogous of a trojan… May 12, 2026 at 8:42 am
  • Editorial Team
    Editorial Team added an answer How about this? var func = new Function('alert("hello");'); To add… May 12, 2026 at 8:42 am

Related Questions

This question is a follow-up to the one at Can I use a language
I have a .NET application that processes around 300,000 records in a batch import,
I'm building a .net application with windows forms. I'm pondering on the following problem:
I know there have been a ton of questions about how to implement automatic
I have a .NET console application that needs to generate some HTML files. 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.