使用 VB.NET 以编程方式引发 Windows Live Messenger 通知弹出窗口
我真的很喜欢 MSN 通知弹出窗口。 基本上就是当您收到新电子邮件等时看到的弹出窗口。我想设置计时器并设置时间,这样我就可以在下午 2 点看到一个弹出窗口,上面写着“不要忘记......”我知道我可以让我的自己的通知气泡,但我更喜欢 WLM 通知气泡。
谢谢
I really like the MSN notification popup. Basically the popup you see when you receive a new email etc. I'd like to put timers and set times so I, for instance, get a popup at 2PM saying "Don't forget..." I know I could make my own notification bubble but I'd prefer the WLM one.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
MSNP-Sharp 是一个非常好的 C# API,可让您连接到 WLM并发送消息。
MSNP-Sharp is a very good C# API that will allow you to connect to WLM and send messages.
此问题中的答案可能对您有帮助: 是是否可以通过编程方式与 MSN Messenger / Live Messenger 对话?。 看起来可能有一些库可以让您进行所需的 API 调用。
如果无法找到直接与 WLM 对话的方法,您可能需要考虑制作自己的通知气泡并使其看起来与 WLM 中的通知气泡相同。
The answers in this question might help you: Is it possible to programmatically talk to MSN messenger / Live messenger?. Looks like there might be libraries that might allow you to make the api calls you want.
Failing finding a way to talk to WLM directly, you may want to consider making your own notification bubble and make it look identical to the one in WLM.
请访问网站实时服务。 您会发现一些关于可以使用的 API 的很酷的信息,但要做您想做的事情,您应该查看“警报”。 这是正确的方法。
Take a look in the site Live Services. You'll find some cool information about API's that can be used, but to do what you want you should look at "Alerts". This is the right way to do that.