|
-
Jan 16th, 2007, 11:03 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] imagelist question???
Hi guys,
I am using .net compact framework 2.0
I was just wondering if it was possible to get the name of the image that is stored in the imagelist. I currently have a program that gets all the images off my device and displays them on a form (stores them in an imagelist called smallphotoImage). When the user clicks on an image it brings up another panel with an enlarged version of the image. I do this by stretching the image in the picturebox that it is displayed in, but the quality of the picture is reduced so i decided to create another imagelist called largephotoImage and store the pics from the device into this list at the same i store them in smallphotoImage. I have set the imagesize of each imagelist to the sizes required.
Now when the user clicks on the image and the panel displays with the picturebox how can i get it to display the image in the same position in the largephotoimage imagelist as it is in the smallphotoimage imagelist?
If this is not possible then is there another way of storing my images as 2 different sizes where i will be able to access 1 size by using the index of the other size image.
Sorry if this is a bit confusin to read.
Thanks in advance for any help
If your problem has been solved then please mark the thread [RESOLVED].
If i have helped then please Rate my post 
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
|