Changing icon of application at run time
I am trying to load an icon from a path and set it as a program icon. Any idea how to do 开发者_Python百科that?
I googled it saw a lot of answers but nothing worked.
Me.Icon = New Icon("c:\temp.ico")
You can put this in the Form's Load event
精彩评论