LatinCoder
New member
Greetings from VENEZUELA!
I have a list of MHTML documents with Youtube Searh results. Every document contains all the Thumbnail images encoded in base64 format.
After decoding each image content to ASCII format, the content will be stored into a temporary Byte Array so that I can achieve the main goal of this project:
"Convert the temporary Byte array into a Memory Picture that can be pasted into a cell or other Container."
I have seen some API functios tha might help, but I dont know how to use them all together to acomplish mi goal : GetDC, CreateCompatibleDC, CreateCompatibleBitmap, BitBlt, SelectObject
Can you help me?
Thanks ...!
I have a list of MHTML documents with Youtube Searh results. Every document contains all the Thumbnail images encoded in base64 format.
After decoding each image content to ASCII format, the content will be stored into a temporary Byte Array so that I can achieve the main goal of this project:
"Convert the temporary Byte array into a Memory Picture that can be pasted into a cell or other Container."
I have seen some API functios tha might help, but I dont know how to use them all together to acomplish mi goal : GetDC, CreateCompatibleDC, CreateCompatibleBitmap, BitBlt, SelectObject
Can you help me?
Thanks ...!