VB.NET: Images in DataTable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pro2c
    New Member
    • Jan 2007
    • 11

    VB.NET: Images in DataTable

    Can someone please explain how to put images in a DataTable in VB.NET.
  • pro2c
    New Member
    • Jan 2007
    • 11

    #2
    nobody knows the solution? :(

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      If you're referring to a table in an SQL database such as Access, then you might find what you want in the index of VB articles at the top of the forum. There are items in there on storing an image into a BLOB (Binary Large OBject) in a database, and retrieivng it from there.

      Comment

      • pro2c
        New Member
        • Jan 2007
        • 11

        #4
        no, i would like to have an column in datagridview with icons displayed and don't know how to do this.

        Something like this:

        Comment

        • kentgorrell
          New Member
          • Jul 2007
          • 11

          #5
          Have a look at this -

          might just be what you need.

          Comment

          • pro2c
            New Member
            • Jan 2007
            • 11

            #6
            Thanx, but this is for web development. I need this for vb.net 2005 :(

            Comment

            • Killer42
              Recognized Expert Expert
              • Oct 2006
              • 8429

              #7
              Originally posted by pro2c
              Thanx, but this is for web development. I need this for vb.net 2005 :(
              Wish I could help, but I'm only familiar with VB6, and don't know the datagridview.

              Comment

              • Killer42
                Recognized Expert Expert
                • Oct 2006
                • 8429

                #8
                Ahah!

                Here's a link to another thread I found while searching, which seems to cover similar territory. At the end of the thread, there's a link to what sounds like a very useful page at Microsoft.

                Comment

                • pro2c
                  New Member
                  • Jan 2007
                  • 11

                  #9
                  ...the link is for gridview (asp web development) also. but thanks anyway

                  but i think i found something (for anyone else who needs this):

                  Comment

                  • Killer42
                    Recognized Expert Expert
                    • Oct 2006
                    • 8429

                    #10
                    Oops! :(

                    Anyway, thanks for the link.

                    Comment

                    Working...