Windows Vista Forums

Loading an array of images from an a file into a Picture Box in VB
  1. #1


    MikeG0930 Guest

    Loading an array of images from an a file into a Picture Box in VB

    I want to be able to load images from a file located in a folder. I don't
    want to use ImageList. These images will appear in a picture box one at a
    time in succession. I am also using the BitBlt Function. The line of code I
    am having trouble with is:

    PicAnimDC = CreateDC(Application.StartupPath & picF(i), picH(i))



    picAnimDC - Stores the device context
    picF(i) - Stores filename constants
    picH(i) - Stores handles of loaded pictures

      My System SpecsSystem Spec

  2. #2


    Family Tree Mike Guest

    RE: Loading an array of images from an a file into a Picture Box in VB



    "MikeG0930" wrote:

    > I want to be able to load images from a file located in a folder. I don't
    > want to use ImageList. These images will appear in a picture box one at a
    > time in succession. I am also using the BitBlt Function. The line of code I
    > am having trouble with is:
    >
    > PicAnimDC = CreateDC(Application.StartupPath & picF(i), picH(i))
    >
    > picAnimDC - Stores the device context
    > picF(i) - Stores filename constants
    > picH(i) - Stores handles of loaded pictures
    When you say you are having trouble on this line, what is the trouble?

    As a guess, I would try the following to build the filename properly:

    PicAnimDC = CreateDC(Path.Combine(Application.StartupPath, picF(i)), picH(i))

    Mike

      My System SpecsSystem Spec

Loading an array of images from an a file into a Picture Box in VB problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Loading a Guest OS from a physical RAID-1 array member disc niewoo Virtual Server 8 27 Aug 2009
Picture Images Nino Cartagena Vista music pictures video 3 04 Jul 2008
Picture browsers will not display images. artistdave Vista file management 4 21 Mar 2008
Help and Support Images Not Loading Legend One Vista performance & maintenance 4 30 Jul 2007
Images Not Loading in Vista hwsnell12 Vista General 3 16 Jul 2007