[Win32 C] how save HICON to a icon file?
C / C++ / MFC
5
Posts
3
Posters
0
Views
1
Watching
-
i searched WriteIconToICOFile( LPICONRESOURCE lpIR, LPCTSTR szFileName ); but how conver HICON to lpIR? thanks..
-
i searched WriteIconToICOFile( LPICONRESOURCE lpIR, LPCTSTR szFileName ); but how conver HICON to lpIR? thanks..
HOW WHAT wrote:
WriteIconToICOFile(
This is not a standard API. Refer article[^], where it is defined and used.
Prasad Notifier using ATL | Operator new[],delete[][^]
-
HOW WHAT wrote:
WriteIconToICOFile(
This is not a standard API. Refer article[^], where it is defined and used.
Prasad Notifier using ATL | Operator new[],delete[][^]
-
This example shows how to go about using it.
Prasad Notifier using ATL | Operator new[],delete[][^]