|
-
May 2nd, 2013, 09:38 AM
#1
Thread Starter
New Member
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
-
May 2nd, 2013, 11:14 AM
#2
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">)
-
May 2nd, 2013, 03:06 PM
#3
Thread Starter
New Member
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.
-
May 2nd, 2013, 03:46 PM
#4
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?
-
May 3rd, 2013, 02:04 AM
#5
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|