|
-
October 11th, 2005, 09:44 AM
#1
Working with Images
I have never worked with images in a vb.net project before, so I am looking for some help. Some background info.....
The images (probably .jpg) will be stored in a SQL database. I guess I don't know or understand what type of control to use on a form to display the image (or it could be multiple images) to the user. Secondly, I don't know what call to make to get the image(s) so that i can display them.
So basically I am looking for any advice, how to's, website, etc.... on this topic.
As always thanks in advance.
-
October 11th, 2005, 02:36 PM
#2
Re: Working with Images
Bump for any ideas
-
October 11th, 2005, 04:20 PM
#3
Re: Working with Images
Do some tinkering with the PictureBox control.
-
October 19th, 2005, 12:38 PM
#4
Re: Working with Images
With a picturebox control, can you have multiple images displayed in it? Can you associate an imagelist with a picturebox control?
If you can't do either of these, what control should I use to display multiple images?
As always thanks in advance.
-
October 19th, 2005, 01:10 PM
#5
Re: Working with Images
Maybe multiple pictureboxes...?
-
October 19th, 2005, 01:46 PM
#6
Re: Working with Images
Multiple pictureboxes? There no way for me to call an stored procedure, and have it send me a collection images that I store into an imagelist and then display 1 at a time?
My confusion or difficulty is on the code to read the images from the stored procedure. I call the stored procedure and I don't know what the code looks like to store the 10 pictures it gives me into an imagelist.
As always thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|