neversleep
Newcomer
Hi
I'm quite new to vb and also to this forum.
To the left in my program I want to display thumbnails in scrollable column that responds to mouseclicks. When a thumb is clicked some info will apper to the right in a textbox.
Since Im new to vb I have no idea what components to use and how. The picture data is read from a bytearray and I've succeded to read this to a picturebox and display it. I then created several pictureboxes and placed them in a Panel since I wanted the scrollable feature. Is this the right way to do it?
Would it be better to draw the thumbs directly in the panel, and is it possible?
Last question; how do I pic up wich thumb that was clicked?
Some syntax would help me to understand how this could be done. Hope someone can help me with one or all of the questions to lead me on to the right track
greets
I'm quite new to vb and also to this forum.
To the left in my program I want to display thumbnails in scrollable column that responds to mouseclicks. When a thumb is clicked some info will apper to the right in a textbox.
Since Im new to vb I have no idea what components to use and how. The picture data is read from a bytearray and I've succeded to read this to a picturebox and display it. I then created several pictureboxes and placed them in a Panel since I wanted the scrollable feature. Is this the right way to do it?
Would it be better to draw the thumbs directly in the panel, and is it possible?
Last question; how do I pic up wich thumb that was clicked?
Some syntax would help me to understand how this could be done. Hope someone can help me with one or all of the questions to lead me on to the right track
greets