Retrieve stuff from DLL

tyonuts

Well-known member
Joined
Dec 27, 2005
Messages
78
Location
Romania
Programming Experience
3-5
I don't know if this is the proper place to post this, but...
First, I would like to know how to create a DLL which contains a specified image as a resource. Until now, I have used .bmp's and .png's, specifying a path to them. Which takes us to my second problem: how can i retrieve a graphics resource from a dll?

Until now, all i could get were icons, using the WinAPI ExtractIcon function... But how can i get, let's say, a bitmap embedded in a dll?
 
Back
Top