虚拟桌面的处理(C#/WinForms)

发布于 2024-11-03 05:27:33 字数 233 浏览 3 评论 0原文

我为客户创建了一个虚拟桌面管理器,允许他通过将业务与个人等分开来更好地组织他的桌面。

但是,在我将其发送给他之前,我需要学习如何处置桌面由他创造。例如,如果我创建一个新的虚拟桌面,那么稍后当我完成该程序时,我希望所有创建的虚拟桌面都被处理掉,显然......

但是,几个月后,我找不到这个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 技术交流群。

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

发布评论

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

评论(1

风流物 2024-11-10 05:27:33

根据MSDN Window Station 和桌面功能创建桌面函数

如果函数成功,返回值是新创建的桌面的句柄。如果指定的桌面已存在,则该函数成功并返回现有桌面的句柄。使用完句柄后,调用 CloseDesktop 函数来关闭它。

According to MSDN Window Station and Desktop Functions and CreateDesktop Function :

If the function succeeds, the return value is a handle to the newly created desktop. If the specified desktop already exists, the function succeeds and returns a handle to the existing desktop. When you are finished using the handle, call the CloseDesktop function to close it.

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