I am trying to load a icon from a path and set it as program icon any idea how to do that .
I googled it saw a lot of anseres but nothig worked .
Thanks
I am trying to load a icon from a path and set it as program icon any idea how to do that .
I googled it saw a lot of anseres but nothig worked .
Thanks
Me.Icon = New Icon("c:\temp.ico")
You can put this in the Form's Load event