How to add multiple images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tammu
    New Member
    • Apr 2007
    • 2

    #1

    How to add multiple images

    Hello,
    I have a SQL database in which i am saving addresses for image files. I am able to load those in a dataset with a SELECT statement.
    Now what I want to do is load these images in a tabular format on to my form simultaneously with each one in a table cell.
    Can anyone please help!

    Tammu
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by tammu
    I have a SQL database in which i am saving addresses for image files. I am able to load those in a dataset with a SELECT statement.
    Now what I want to do is load these images in a tabular format on to my form simultaneously with each one in a table cell.
    Have you checked out the various data-bound grid/list controls?

    Also, what version of VB are you using?

    Comment

    • tammu
      New Member
      • Apr 2007
      • 2

      #3
      yes. have checked the databound grid. it lists the address as string but does not load any image. I am using VB 2005

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        Originally posted by tammu
        yes. have checked the databound grid. it lists the address as string but does not load any image. I am using VB 2005
        I hope someone can help. I work with VB6, so I'm not familiar with what controls are available in your version. In VB6, there are quite a few different grid and list controls, some data-bound and some not.

        Comment

        Working...