I'm afraid that that doesn't really clear it up. From that screenshot, all I can gather is that you want to display an image that the user selects in a PictureBox. Is that it? If so then we can help with that but we need to know exactly what's required.
Use the OpenFileDialog Class (System.Windows.Forms)
You drag one to your form from Toolbox, configure it, and off you go.
The path users selects you assign the PictureBox.ImageLocation property.
How about you give it a go and then we can help you with the bits that don't work or you get stuck on. All you need to do is very simple and will be covered in any decent beginners tutorial. Maybe you should work your way through one to get a handle on the basics. This is one I often recommend:
That should cover everything you need for what you're doing now and far more besides. If you have any specific issues along the way then by all means post back but please give it a go first.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.