在运行时更改应用程序的图标
我正在尝试从路径加载图标并将其设置为程序图标。知道该怎么做吗?
我用谷歌搜索看到了很多答案,但没有任何效果。
I am trying to load an icon from a path and set it as a program icon. Any idea how to do that?
I googled it saw a lot of answers but nothing worked.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将其放在表单的 Load 事件中
You can put this in the Form's Load event