Question

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.

Was it helpful?

Solution

Me.Icon = New Icon("c:\temp.ico")

You can put this in the Form's Load event

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top