8

I am building a WPF 4 application 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?

1 Answer 1

12

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Is there a way to use wpf-notifyicon to show multiple Custom Ballon tips?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.