从另一个应用程序关闭 Vista 小工具
我创建了一个示例小工具(当然使用谷歌:D)。 它显示“你好世界!”。
我已经创建了一个 .gadget 文件来安装此小工具。
我编写了一个应用程序,通过 ShellExecute 来安装这个小工具。
我可以看到我的 hello world 小工具。
很公平。 并吸取了很好的教训。
现在我想编写另一个应用程序来关闭此小工具并将其从侧边栏中删除。
有没有编程方式来做到这一点?
I have created a sample gadget (of course using google :D). It shows "Hello World!".
I have created a .gadget file for installation of this gadget.
I have written an application that does ShellExecute to install this gadget.
I can see my hello world gadget.
Fair enough. And good lessons learnt.
Now I would like to write another application that closes this gadget and removes it from the sidebar.
Is there any programmatic way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一种方法来做到这一点。 它是为了模拟用户关闭小工具的操作。
以下是脚本。
I found a way to do this. It is to emulate user action for closing the gadget.
Following is the script.