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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T15:06:05+00:00 2026-05-10T15:06:05+00:00

Is there an API call in .NET or a native DLL that I can

  • 0

Is there an API call in .NET or a native DLL that I can use to create similar behaviour as Windows Live Messenger when a response comes from someone I chat with?

  • 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. 2026-05-10T15:06:05+00:00Added an answer on May 10, 2026 at 3:06 pm

    FlashWindowEx is the way to go. See here for MSDN documentation

    [DllImport('user32.dll')] [return: MarshalAs(UnmanagedType.Bool)] static extern bool FlashWindowEx(ref FLASHWINFO pwfi);  [StructLayout(LayoutKind.Sequential)] public struct FLASHWINFO {     public UInt32 cbSize;     public IntPtr hwnd;     public UInt32 dwFlags;     public UInt32 uCount;     public UInt32 dwTimeout; }  public const UInt32 FLASHW_ALL = 3;  

    Calling the Function:

    FLASHWINFO fInfo = new FLASHWINFO();  fInfo.cbSize = Convert.ToUInt32(Marshal.SizeOf(fInfo)); fInfo.hwnd = hWnd; fInfo.dwFlags = FLASHW_ALL; fInfo.uCount = UInt32.MaxValue; fInfo.dwTimeout = 0;  FlashWindowEx(ref fInfo); 

    This was shamelessly plugged from Pinvoke.net

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

Sidebar

Related Questions

since Windows Vista there is an new Win32-API call CreateSymbolicLink to create a symbolic
Is there an API call for Crystal Reports 8.5 that will generate a TTX
Is there a generic API call I can make to get a handle of
Is there an API function call for this board that would allow me to
There is some Win OS API call or so that would let one obtain
Are there Windows API functions that allows reading what the current password policy is?
I'm faced with a legacy API that doesn't use .NET events, but rather requires
I see there is a API call for Frienships/Show, but I am not sure
I need codes for vb.net Getkeystate Function() without using any DLL.I'm beginner for API
I'm trying to use the .net API library to get a single image by

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.