Re: Changing Appearance of a Minimized Application
From: Robert Jordan (robertj_at_gmx.net)
Date: 08/25/04
- Next message: Norman Yuan: "Re: Text when I launch Word"
- Previous message: David Levine: "Re: Custom exception and JIT debugging"
- In reply to: Greg Smith: "Changing Appearance of a Minimized Application"
- Next in thread: Sijin Joseph: "Re: Changing Appearance of a Minimized Application"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Aug 2004 21:37:51 +0200
Hi Greg,
> I have an ordering application that monitors orders coming in for approval.
> Users like to leave it minimized and check it occasionally to see if a new
> order has arrived. They have asked me to have the minimized application
> change its task bar appearance or icon.
>
> Is this doable?
>
> Any help is greatly appreciated.
>
See Win32 API - FlashWindow.
C# declaration:
[DllImport("user32.dll")]
public static extern bool FlashWindow(IntPtr hWnd, bool bInvert);
Rob
- Next message: Norman Yuan: "Re: Text when I launch Word"
- Previous message: David Levine: "Re: Custom exception and JIT debugging"
- In reply to: Greg Smith: "Changing Appearance of a Minimized Application"
- Next in thread: Sijin Joseph: "Re: Changing Appearance of a Minimized Application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|