|
-
Feb 23rd, 2005, 01:23 PM
#1
Thread Starter
Lively Member
Display Images as Thumbnails as in XP
Hey Friends
i need to develop an application in which i have the address of the folder in which images are placed. now i need to display that Images as shown in XP.wat i mean here is to display them as Tiles,Big Icons or Thumbnails etc...
if there is any control or any thing . coz i really dont know any thing about it...
-
Feb 23rd, 2005, 01:33 PM
#2
Re: Display Images as Thumbnails as in XP
There is a control, it is called ListView.
You can do a search on the forums here to find code that will enable you to list all files withing a certain folder, then use that list to load all the images as icons in the ListView control
-
Feb 23rd, 2005, 01:47 PM
#3
Thread Starter
Lively Member
Re: Display Images as Thumbnails as in XP
Very True U r but how can i show Images as flip strip as in xp. also u can display the icon for them which i really dont want ... wat i want is exactly like as in xp .so that i have the option to change the view like Flipstrip where when u select the image it will be display above that.at that time all the others will be shown as thumbnails... just like in xp yar.....
so that i can also zoom in and zoom out ....
-
Feb 23rd, 2005, 06:27 PM
#4
Re: Display Images as Thumbnails as in XP
The I would suggest using a series of controls.... use one picture box for displaying the large image (you can find the code for zooming and all that by doing a search on the forums). And for the thumbnail list like in XP Filmstrip, you could use one main pciture box as a container control, and in it use an array of smaller picture box controls to load and hold all the thumbnail images.
Use a HScroll bar control to allow scrolling of the contents of the main container picture box.
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
|