I have a resource that has an id ID_IMAGES
which is a PNG file. This resource is an array of images, all the same size (16x16). I'm trying to figure out if it is possible to pull out any one of these images and generate an HBITMAP
from it.
我有一个ID为ID_IMAGES的资源,这是一个PNG文件。此资源是一个图像数组,大小相同(16x16)。我试图弄清楚是否有可能从这些图像中提取任何一个图像并从中生成HBITMAP。
I've looked around on the net, but I cannot find any info. Perhaps I'm using the wrong keywords?
我在网上四处看看,但我找不到任何信息。也许我使用错误的关键字?