I am building a WPF 4 applicati开发者_如何学编程on and I want to display a message in a nicely formatted box in a separate window in the bottom righthand corner of the screen.
I really like the popup that Evernote has whenever the application syncs with the main server.
How do I do this?
Do I just create a new window in my application and new up window displaying my message and then use a timer to close it, or is there a better way?
I have found this solution to be wonderful for my applications:
http://www.hardcodet.net/projects/wpf-notifyicon
Basically, this guy created a whole system to do what you are asking for and more.
精彩评论