Hi, im trying to change the icon of my win32 console application, but i cant find any examples on how to do that. can someone please help. thanks
This is a discussion on icon in win32 console application within the Windows Programming forums, part of the Platform Specific Boards category; Hi, im trying to change the icon of my win32 console application, but i cant find any examples on how ...
Hi, im trying to change the icon of my win32 console application, but i cant find any examples on how to do that. can someone please help. thanks
Just put the following in your resource(rc) file:
Search the board for more info.Code:1001 ICON my_icon_file.ico
I tried that, still didnt work. I got the regular icon that pops up when the console window is displayed.
It works now, thanks a lot!