如何在 Windows 窗体中运行屏幕保护程序作为其背景?
如何在 Windows 窗体中运行屏幕保护程序作为其背景? 用户还可以在屏幕保护程序运行时与表单控件进行交互。
[为什么会这样?] 我们有一个案例,需要在用户时运行 Windows Bubbles 屏幕保护程序 可以继续与表单控件交互吗?
How does one run screensaver within Windows Form as background for it?
User also can interact with form controls while screensaver running.
[Why this?]
We have a case which we need to run Windows Bubbles screensaver while user
can continue interacting with form controls?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下代码:
参数是要在其中显示屏幕保护程序预览的窗体或控件。请注意,屏幕保护程序在调整大小之前会短暂地全屏显示。
You can use the following code :
The parameter is the form or control in which you want to display the screensaver preview. Note that the screensaver will briefly appear in full screen before it is resized.