Could someone tell me how to use bitmaps that are stored in a DLL?? I want to use them in a dialog based app.
Thanks.
[email protected]
Printable View
Could someone tell me how to use bitmaps that are stored in a DLL?? I want to use them in a dialog based app.
Thanks.
[email protected]
load the DLL using LoadLibrary API, then load the bitmap resource via LoadResource API.