|
-
May 4th, 2001, 06:57 PM
#1
Thread Starter
Junior Member
can anything load images faster than loadpicture?
The following code is from Fox's web page:
'Load bitmap
Set Temp = LoadPicture(iFileName)
SelectObject DC, Temp
'Apply values
LoadDC = DC 'Return the device context
I'm using it in a program of mine, but it's kinda slow because I am putting it in part of a loop that loads an image based on X,Y corrodinates. The no 2 corrodinates have the same image.
Is there another way to load an image to memory? maybe with API?
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
|