asp.net或Web应用程序中的任务栏通知 [英] taskbar notification in asp.net or web application

查看:167
本文介绍了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[^]


这篇关于asp.net或Web应用程序中的任务栏通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆