虚拟桌面的处理(C#/WinForms)
我为客户创建了一个虚拟桌面管理器,允许他通过将业务与个人等分开来更好地组织他的桌面。
但是,在我将其发送给他之前,我需要学习如何处置桌面由他创造。例如,如果我创建一个新的虚拟桌面,那么稍后当我完成该程序时,我希望所有创建的虚拟桌面都被处理掉,显然......
但是,几个月后,我找不到这个MSDN 上的文档不再存在。看起来布局和信息已被移动。
有人可以帮忙吗?非常感谢任何帮助。
谢谢你!
I have created a Virtual Desktop Manager for a client that allows him to organize his Desktop a little better by separating business from personal, etc etc.
But, before I send it to him, I need to learn how to Dispose of a desktop that was created by him. For example, if I create a new virtual desktop, then later on when I've finished with the program, I would want all virtual desktops that were created to be Disposed of, obviously...
But, months later, I cannot find this documentation on MSDN anymore. It looks like the layout and info has been moved around.
Can someone please help? Any help is really appreciated.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据MSDN Window Station 和桌面功能 和 创建桌面函数:
According to MSDN Window Station and Desktop Functions and CreateDesktop Function :