|
-
Nov 19th, 2006, 07:15 PM
#1
Thread Starter
Hyperactive Member
[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!
-
Nov 19th, 2006, 08:41 PM
#2
Re: .BMP from database to picturebox
Unfortunately that is the only way - image has to be extracted to a hard disk so it could be loaded.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|