.NET - 如何重命名桌面图标,使其不移动位置
有没有一种简单的方法可以重命名桌面图标而不移动位置?每次调用 File.Move 时,图标都会根据用户桌面组织选择(日期或名称等)跳转到默认位置。
这对于不懂技术的用户来说很烦人。他们精心布置图标,让它们到处跳来跳去会让他们感到不安。
Is there an easy way to rename a Desktop icon without it moving position? Everytime File.Move is called, the icon jumps to the default position based on the users Deskop organization selection (Date or Name, etc.).
This is annoying to users who are not tech savvy. They arrange their icons meticulously, and to have them jump around EVER is disturbing to them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是可以通过编程解决的问题。桌面图标排列是用户设置。但是,您可以教育程序的用户如何使用“快速启动”等功能轻松找到您的应用程序。
This is not something that can be solved programmatically. Desktop icon arrangement is a user setting. You can, however, educate users of your program how to easily find your application using things like Quick Launch.