asp.net或Web应用程序中的任务栏通知
问题描述:
我想显示诸如gamil或Outlook之类的任务栏通知,例如当新数据从服务器发送到浏览器时,我在任务栏上向用户显示什么信息
I want to show a task bar notification like gamil or outlook like when new data comes from server to browser i what show the information at task bar to the user
答
你好
创建WinFrom或WPF应用程序.
使用WebService进行数据通信.
请查看以下链接:
1. 如何:连接到Web服务中的数据
2. 会话和WinFrom应用程序
3. 托管和使用WCF服务
4. http://stackoverflow.com/questions/8344955/secure-connection-of- net-winforms-application [ ^ ]
您也可以在任务栏中创建应用程序:
Hello
Create a WinFrom or WPF application.
Use WebService for data communications.
Please, look at these links:
1. How to: Connect to Data in a Web Service
2. Sessions and WinFrom Applications
3. Hosting and Consuming WCF Services
4. http://stackoverflow.com/questions/8344955/secure-connection-of-net-winforms-application[^]
You can also create your application in Tray: Creating Tray Applications in .NET: A Practical Guide
If you want to use web browser after an authentication with the application, then you can get a ticket from the server by web service and then open the site using the ticket.
您将需要为此编写一个插件.或这可能很有趣,但是我不知道它在浏览器中的支持级别是什么: ^ ]
You will need to write a plugin for that. Or this one could be interesting, but I don''t know what is it''s support level in the browsers: Web notification API[^]