I'm new to VB.Net and i'm trying to write a project that allows the user to browse the local disks for image files.
Basically I want to be able to browse the disk and display the file structure in a list box and then when the user clicks on a file it is loaded into picturebox.
I'm not looking for code samples as I want to write this myself, just a few pointers as to how I'd go about, fo example what controls I'd need to use for the browsing of the disk.
Thanks in advance.
Basically I want to be able to browse the disk and display the file structure in a list box and then when the user clicks on a file it is loaded into picturebox.
I'm not looking for code samples as I want to write this myself, just a few pointers as to how I'd go about, fo example what controls I'd need to use for the browsing of the disk.
Thanks in advance.