如何在 c++ 中将桌面图标设置为大尺寸?
如何从 C++ 将桌面图标设置为大尺寸? Windows 7 Professional 是操作系统和操作系统使用开发c++。
How to set desktop icon on larg size from c++? Windows 7 professional is os & use dev c++.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过模拟控制键和鼠标滚轮组合来完成此操作。您可以在代码项目的这篇文章中阅读有关此方法的更多信息:
以编程方式将桌面图标大小调整为 Windows Vista 和 Windows 7 中的小列表
或者,您可以编辑桌面图标大小的注册表项:
显然,提到的大小以像素为单位:)
You can do this by simulating the control key and mouse wheel combination. You can read more about this method in this article from The Code Project:
Programmatically resize Desktop icons to a small list in Windows Vista and Windows 7
Alternatively you can edit the registry key for the desktop icon sizes:
The size mentions is in pixels, obviously :)