<br>I am writing a utility to display the icon <br>present in a DLL/EXE files in a LISTBOX<br>is there any way to save the icon to a file <br>when just have Handle to hat icon(ExtractIcon <br>returns Handle to Icon)
Never tried it myself so this is just a reference to save you the search in MSDN<br>(which is probably the source of all knowledge).<br><br>1) if you want to SAVE your icon into dll/exe lookup UpdateResource API<br>2) to save into .ico file lookup IPicture::SaveAsFile - this is a COM API but there<br> are examples.<br>3) icons general info : lookup
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.