Hey guys,
I'm to to the whole VB thing...actually new to software coding in general.
I'm trying to build a media center app. I have a form with a FileListBox that will list the movies files located in a specified folder. I'm trying to figure out how to have an image (the dvd cover) load in a PictureBox and a brief description of the movie load in a ListBox when the file is highlighted.
I already have the file set to launch when doubleclicked.
I have the movie files, the images, and the .txt files all in seperate folders:
c:\menu program\movies
c:\menu program\images\movies
c:\menu program\txt\movies
I'm building a seperate and similar form for a TV Shows list as well.
Can someone please show me a code template for changing the image and txt when highlighting the selected movie from the FileListBox?
also, is there a way to hide the file extension in the listbox?
Thank you so much.
and can you please suggest other good VB websites and/or books?