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
Printable View
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
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">)
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.
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?