Save HICON to *.ico file
-
Sunday, June 06, 2010 7:58 AMHow can I save HICON to *.ico file?
All Replies
-
Sunday, June 06, 2010 3:18 PM
Milan Kovac wrote:
> How can I save HICON to *.ico file?The format of ICO file is described here:You can extract the necessary information from HICON with GetIconInfo[Ex], GetObject, GetDIBits.
--
Igor Tandetnik- Proposed As Answer by Nancy ShaoModerator Monday, June 07, 2010 9:08 AM
- Marked As Answer by Nancy ShaoModerator Thursday, June 17, 2010 8:33 AM
-
Monday, June 07, 2010 9:11 AMModerator
Hi Milan,
Just additional information, there is a sample about how to save an HICON to an .ico file in following link:
http://www.codeguru.com/forum/showthread.php?p=733535
Please refer to it.
Best Regards,
Nancy
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us. -
Monday, June 07, 2010 12:41 PM
When I use this source
http://www.codeguru.com/forum/showthread.php?p=733535
I lost transparent part of icon
I need examples who I don't lost transparent part of icon

