Results 1 to 4 of 4

Thread: Display Images as Thumbnails as in XP

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    83

    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...

  2. #2
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    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

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    83

    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 ....


  4. #4
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    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
  •  



Click Here to Expand Forum to Full Width