.net 和 msn Messenger 之间的链接

发布于 2024-10-12 03:33:08 字数 307 浏览 3 评论 0原文

我有一个 Windows 窗体应用程序,它有一个用于输入值的文本框和一个按钮...... 第一步:单击按钮..我将点击数据库并将输入值添加到总值中... 第二步:我将获得这个总价值并将其作为个人消息添加到我的 msn Messenger 上....

现在我已经完成了第一步..但在开始第二步之前我想确定是否有一种方法可以在 .net 和 msn Messenger 之间链接...如果没有...我就放弃第二个...

所以我真正的问题是:我只是想知道是否有一种方法可以在 .net 和 msn Messenger 之间进行交互。 NET C# 和 MSN Messenger

I have a windows form application that has a textbox for input value and a button...
On the first step : on button click..i will hit the db and add the input value on the total value...
On the second step : I will get this total value and add it on my msn messenger as a personal message....

For now I've done the first step..but before I start the second step I want to make sure if there is a way to link between .net and msn messenger...And if theres not..Ill just drop the second one...

So my real question is : I just want to know if there is a way to interact between .net C# and msn messenger

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

忆梦 2024-10-19 03:33:08

使用这些库,您可以实现您想要的目标:

http://code.google.com/p /msnp-sharp/

MSNPSharp 是一个 .net 库,
实现MSN协议。这是
DotMSN 项目的延续开始了
2002 年。今天,我们拥有超过
全球10,000,000名用户
使用基于我们的库的服务。

http://msdn.microsoft.com/en-us/library/ms630960。 aspx

http://www.xihsolutions.net/dotmsn/

Using these libraries you can achieve what you want:

http://code.google.com/p/msnp-sharp/

MSNPSharp is a .net library that
implements the MSN protocol. It's the
continuation of project DotMSN started
in 2002. Today, we have more than
10,000,000 users around the world
using services based on our library.

http://msdn.microsoft.com/en-us/library/ms630960.aspx

http://www.xihsolutions.net/dotmsn/

抠脚大汉 2024-10-19 03:33:08

有一个 Windows Live SDK,它允许使用 REST 访问和更新配置文件API。

There is a Windows Live SDK which allows to access and update profile using REST API.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文