D Drags111 Member Joined Oct 21, 2007 Messages 20 Programming Experience 1-3 Nov 19, 2007 #1 How would i do a background img from URL? Like: picbox1.BackImage = ("http://www.blah.com/sumthing.png") All comments are appreciated!
How would i do a background img from URL? Like: picbox1.BackImage = ("http://www.blah.com/sumthing.png") All comments are appreciated!
G giadich Well-known member Joined May 20, 2007 Messages 260 Location Houston, TX Programming Experience 5-10 Nov 20, 2007 #2 use my.computer.network.downloadfile method to download the file to the local machine then use the.backimage to load the file. Upvote 0 Downvote
use my.computer.network.downloadfile method to download the file to the local machine then use the.backimage to load the file.
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,846 Location Norway Programming Experience 10+ Nov 20, 2007 #3 Thread moved to Windows Forms forum. Upvote 0 Downvote
blounty Member Joined Aug 21, 2007 Messages 19 Location Nottingham, England Programming Experience 1-3 Nov 22, 2007 #4 Do you definitley want the back ground image? If not use the image property like this: VB.NET: Me.PictureBox1.ImageLocation = "http://farm3.static.flickr.com/2307/2045603028_4dbe23291b_b.jpg" Upvote 0 Downvote
Do you definitley want the back ground image? If not use the image property like this: VB.NET: Me.PictureBox1.ImageLocation = "http://farm3.static.flickr.com/2307/2045603028_4dbe23291b_b.jpg"