Displaying WPF-“NotifyIcon” on a separate thread
问题 I am currently working on an office add-in and I need to show a notification dialog that displays progress, I'm using Philipp Sumi's wpf-notifyicon. I need to display the notifyicon from a separate thread as I have a lot of code that already executes on the main thread, this causes the wpf-notifyicon to block and wait because the messages in the windows message queue are not being processed. I know that I should rather execute this time consuming code on a separate thread, and display the