image files list

  1. mond007

    How to Store Multiple Images in the Visual Studio Application Import to Resources ?

    Hi I have spent quite some time developing a Maintenance application. See the following link if need be. http://www.vbdotnetforums.com/xml/60658-create-effective-xml-schema-data-load-dilemma.html I am now at the point where I need to know how to store hundreds of images within the Application...
  2. M

    Question Image files list in listview

    i have code for filling a listbox with files with a specified extension(in this case, jpg files) Imports System Imports System.IO Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Try 'Get jpg files...
Back
Top