Hello, i am trying to write an application that will be able to search the local computer for images. Then copy the images path to a textbox and display the picture in a picturebox.
Please i need your ideas and help thanks..

Recommended Answers

All 4 Replies

Learn to use Visual Studio. :-)
If you will have concrete question we will help you.

Thanks for your reply. But let me break it down. How can i search for folders that contain pictures in a local drive

And here's an example how to get an image from the file to a picturebox PictureBox1.Image = Image.FromFile("D:\image.jpg") You'll have to set some properties of the picturebox to get the result you want. One important property is SizeMode PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage

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.