.net 和 msn Messenger 之间的链接
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用这些库,您可以实现您想要的目标:
http://code.google.com/p /msnp-sharp/
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/
http://msdn.microsoft.com/en-us/library/ms630960.aspx
http://www.xihsolutions.net/dotmsn/
有一个 Windows Live SDK,它允许使用 REST 访问和更新配置文件API。
There is a Windows Live SDK which allows to access and update profile using REST API.