Results 1 to 5 of 5

Thread: Show images from directory

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2013
    Posts
    3

    Show images from directory

    I want to make a program in VB that when i press to "Show Textures" it shows me images from this directory. Those images can be open with paint or web browser. So someone can help me with a code please ? Sorry for bad english

  2. #2
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Posts
    12,376

    Re: Show images from directory

    What type of file are they? They don't appear to be image files, if they're html files simply open them up in a webbrowser:
    Code:
    WebBrowser1.Navigate(<"file name here">)
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | HtmlLessons | CssLessons | Code Tags | Sword of Fury - Jameram

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2013
    Posts
    3

    Re: Show images from directory

    Just look at image type of file is simple "file" but is image, it can be open with bro. And i want to show all of images not just one.

  4. #4
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Posts
    12,376

    Re: Show images from directory

    Well 'bro' certain controls can only open certain file formats. If we don't know the file format how can we direct you in the right direction? As for show all images, do you mean show all images as one image, have a control for each image, or make it to where you can click a 'next' and 'previous' button to cycle through the image that's in cue?
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | HtmlLessons | CssLessons | Code Tags | Sword of Fury - Jameram

  5. #5

    Thread Starter
    New Member
    Join Date
    May 2013
    Posts
    3

    Re: Show images from directory

    Look is a cache file and i want to look like this is same program , but i don't know how to display those folder with images.

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