Load an image from the Web

Maglor

Member
Joined
Apr 29, 2007
Messages
8
Programming Experience
Beginner
I'm trying to display a dynamic sig in my programs, but that sig changes all the time, so could I make something that the picture gets loaded from the web and then gets displayed in the program? PS: I tried google and search on this site
 
WebClient class can do it, just create a new instance and use its DownloadFile method.
 
I always forget the MY shortcuts (because I learnt much of the framework before My was introduced), those would be preferred to use following the MS guidelines.
 
Back
Top