AshleyFrieze
April 13th, 1999, 10:37 AM
I need to create an HICON on the fly. I want to be able to make my program window set its icon (32x32 and 16x16) using SetIcon(HICON, BOOL).
The thing is, that my icon data is in the form of an ICO file that is actually loaded into memory. So I can only provide a void* [] or CMemFile to the function which generates my icons for me.
Anyone know how to handle this?
/////////////////////////////////////////////
Opinions expressed are entirely made up on the spot!
The thing is, that my icon data is in the form of an ICO file that is actually loaded into memory. So I can only provide a void* [] or CMemFile to the function which generates my icons for me.
Anyone know how to handle this?
/////////////////////////////////////////////
Opinions expressed are entirely made up on the spot!