I repost it here because it may be more appropriate in that NG... Thanks in
advance.
In order to show an interactive map on a form, I checked the Image control
can display GIF files.
But the "countries" of this map has to be in the ressource file. I checked
Q194409, it says the way to put a GIF in an Image control is to load it as
binary data then save it to the disk (temp file) then load it in the Image
from the file with LoadResPicture.
That is OK for a few Images, but I've to do it with a hundred of them, and
do at each move of the users mouse on the "country" ...
Does someone know a good "in memory" solution to load from res to Image a
GIF resource ?
Thank you.
Sylvain