Hi!
I'd just like to ask how to copy an array to another array using CopyMemory and if it's possible to have access to an image by using CopyMemory along with GetObjectAPI...
Printable View
Hi!
I'd just like to ask how to copy an array to another array using CopyMemory and if it's possible to have access to an image by using CopyMemory along with GetObjectAPI...
http://forums.vb-world.net/showthrea...threadid=39673
check it out...
Thanks!
Its oriented to UDT's, but i reckon you can turn it around to array work...
No problem ;)
But I'd like to know if it's possible to use GetObject to retrieve a bitmap's header, and by knowing the lenght of this header, we can assume everything after it is the image (I think), so we could have direct access to memory!