quote:
Originally posted by Chestah
You might want to add some error trapping in there as well just incase one of the servers you're accessing are down.. infact why not just download the .ico images and add them into the application resources?
Error Trapping code:
Try
<<insert code here that you would like to happen>>
Catch ex As Exception
<<insert code here that happens when an error occurs>>
<< ex.message = string of the error that occured>>
End Try
It was just an example. And this way if the icon changes it will get updated.