tags:

views:

38

answers:

1

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

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

You can put this in the Form's Load event

hawbsl