makmu / outlook-matters

Add-In to forward e-mails from MS Outlook to Mattermost
MIT License
65 stars 13 forks source link

Request notifications (toaster) #56

Open makmu opened 8 years ago

makmu commented 8 years ago

When I'm posting messages or refreshing channels I want some kind of notification when the process is complete. I think dialog-boxes are not an option here because as a user I don't want to have to close an additional dialog box whenever I post. It would be nicer if we had something like an "toaster" notification. I did some research:

mxwnk commented 8 years ago

I did some research, which might be helpful: Its possible to keep a window on top in wpf, if you create a window with this.Topmost = true;

mxwnk commented 8 years ago

I created a little toaster experiment, which you can find here. Some feedback would be nice :)