Results 1 to 2 of 2

Thread: [RESOLVED] .BMP from database to picturebox

  1. #1

    Thread Starter
    Hyperactive Member Krass's Avatar
    Join Date
    Aug 2000
    Location
    Montreal
    Posts
    489

    Resolved [RESOLVED] .BMP from database to picturebox

    Am I doing this the right way?

    My application is retrieving a picture (.bmp) stored as a OLE object in my Access database. To do so, I first store it in a byte variable, then I write it to a temp file on my HD ("Put #1, , bytData") and then load it to a picture box ("pic1.Picture = LoadPicture("C:\test\OUTPUT.BMP")").

    I have to loop TONS of such pictures, and SPEED would be my primary concern.

    Thanks for any tips!
    Chris

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width