Hi i have a path of an image in a textbox which i would liek to display in a picturebox.. How can i do that pls?
xanawa -3 Junior Poster
Recommended Answers
Jump to Post//textBox1.Text="C:\pic\pic1.gif"; pictureBox1.Image = new Bitmap(@textBox1.Text);
All 3 Replies
Knvn 14 Junior Poster in Training
Saikalyankumar -2 Junior Poster in Training
abelLazm 183 Postaholic
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.