Developing a simple Windows system tray desktop app to consume a .NET web service

≯℡__Kan透↙ 提交于 2019-12-02 17:59:05

Keep it all in .NET. You can easily write a Windows Forms application to display a tray icon and display notifications as and when something happens in the web service (you'd probably need a timer to do the polling).

There are plenty of articles around that will show you how to do this. Here's one to get you started:

http://www.codeproject.com/Articles/290013/Formless-System-Tray-Application

I assume that you have to use WPF and MVVM so it is going to be really awesome app.

And the best example I found is that one

WPF NotifyIcon http://www.codeproject.com/Articles/36468/WPF-NotifyIcon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!