开发一个简单的Windows系统托盘桌面应用程序消耗.NET Web服务 [英] Developing a simple Windows system tray desktop app to consume a .NET web service

查看:142
本文介绍了开发一个简单的Windows系统托盘桌面应用程序消耗.NET Web服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要开发一个简单的Windows系统托盘桌面应用程序消耗的.NET Web服务,但我精通PHP和我在桌面应用程序中的小背景。你会建议什么平台我用,preferably具有非常低的学习曲线?

I'm required to develop a simple Windows system tray desktop app to consume a .NET web service but I'm proficient in PHP, and I have little background in desktop applications. What platform would you advise me to use, preferably with a very low learning curve?

系统托盘程序会显示(在上下文菜单)的新活动通知的计数器从.NET Web服务接收到;并且也将写所有的事件日志为文本文件。

The system tray app will show (in a context menu) a counter of notifications of new events as received from the .NET web service; and will also write all the event logs into a text file.

我已经在思考的Adobe AIR或C#.NET,但我想知道是否有更好的选择,我可以快速学习,开发的应用程序。

I'm already thinking Adobe AIR or C# .NET but I want to know if there are any better options that I can learn quickly to develop the app.

推荐答案

请这一切在.NET。您可以轻松地编写一个Windows窗体应用程序显示一个托盘图标,显示通知的,当事情发生在Web服务(你可能需要一个定时器来完成轮询)。

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:

<一个href="http://www.$c$cproject.com/Articles/290013/Formless-System-Tray-Application">http://www.$c$cproject.com/Articles/290013/Formless-System-Tray-Application

这篇关于开发一个简单的Windows系统托盘桌面应用程序消耗.NET Web服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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