cosmic 0 Report post Posted November 14, 2006 i need to add *.bmp to *.dll, and to put it into dbimage, how should I do that??? Share this post Link to post Share on other sites
DrK3055A 0 Report post Posted November 14, 2006 i need to add *.bmp to *.dll, and to put it into dbimage, how should I do that??? Two methods. First one is to include a reference into the Resource script file "*.RC". Here is a link that explains how to do this:http://forums.xisto.com/no_longer_exists/Second one is by using a resource editor (like "Resource Hacker") then edit the compiled resource file (*.RES) that goes to be included to the linker, so you add your image resource. Then at your source code, you need to load the resource via LoadResource function... Share this post Link to post Share on other sites