otherside Posted June 30, 2003 Posted June 30, 2003 It might be stupid, but i stuck :) How can i update a picturebox with a picture from a file on runtime i tried this Pict.Image.FromFile("pic.jpg") Pict.Refresh() but it doesn't work anyone knows ? Quote
*Experts* mutant Posted June 30, 2003 *Experts* Posted June 30, 2003 picbox.Image = Image.FromFile("path") :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.