jimday1982 Posted August 1, 2003 Posted August 1, 2003 (edited) I have a variable containing a path to a pic and that path is stored in a text file. I'm trying to figure out how to bring a picture into a picture box using that path. Any help is greatly appreciated! Edited August 1, 2003 by jimday1982 Quote
*Experts* mutant Posted August 1, 2003 *Experts* Posted August 1, 2003 picutrebox1.Image = Image.FromFile("path to the picture") :) 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.