image box problem

maheshmaurya1987maheshmaurya1987 Member Posts: 21
hi,
i have a problem that when we use picture box and when we use the image.

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,504
    Adding a bitmap in a picture box control instead of in an image control gives you some more advanced possibilities. While the image control is static, the picture box control is dynamic. If you create a list of bitmaps, a bitmap from this list can be chosen at run time (the total size of all the bitmaps in the list can be 32 KB).

    One of the other advantages of a picture box is that it can display pictures that are stored in BLOB fields. A BLOB field can have a size of up to 2 GB.


    *From Help File
Sign In or Register to comment.