Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i've got a Problem, i need to display a small window with some information next to the Notification area in Windows 7 like here: [click]

Does anyone knows how to show such a Flyout in c# ?
Is there an API or something else?

I already tried to customize a Form, but it does not look similar :(

thanks
Martin
Posted

The Windows API code pack has most of the new Windows 7 features wrapped up:

http://msdn.microsoft.com/en-us/library/ff356173.aspx[^]

It does not specifically mention task tray flyouts, but I'd be surprised if they left that one out. Worth a look.
 
Share this answer
 
Have a look at the flyout panel here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900