I fairly advanced in my project but it seems to me that i'm stuck in this phase.
Actually i'm working on kinda catalogue for movies and i would like to implement next features within:
1. within ListBox appears the titles (names) of the movies //already done
2. within PictureBox appears DVD covers (.jpg format) respectively to movie
3. Label get the info from column short content for the movies etc.
So my issue is how when i choose an item from ListBox that give the info to PictureBox to retrieve the url for the pic i put in DB i.e. pic/1100.jpg ... means make linkable the items from ListBox component .... that would fill the PictureBox and Label with certain items from DB
Thanks in advance
Note: I'm working with VB.NET 2003 and MS Access 2003 DB that has these three column i mentioned above - title, url and Plot Outline
Question
jugomkd
Hi guys,
I fairly advanced in my project but it seems to me that i'm stuck in this phase.
Actually i'm working on kinda catalogue for movies and i would like to implement next features within:
1. within ListBox appears the titles (names) of the movies //already done
2. within PictureBox appears DVD covers (.jpg format) respectively to movie
3. Label get the info from column short content for the movies etc.
So my issue is how when i choose an item from ListBox that give the info to PictureBox to retrieve the url for the pic i put in DB i.e. pic/1100.jpg ... means make linkable the items from ListBox component .... that would fill the PictureBox and Label with certain items from DB
Thanks in advance
Note: I'm working with VB.NET 2003 and MS Access 2003 DB that has these three column i mentioned above - title, url and Plot Outline
Link to comment
Share on other sites
15 answers to this question
Recommended Posts