Is there a way to change the console Icon at runtime
Posted
by klumsy
on Stack Overflow
See other posts from Stack Overflow
or by klumsy
Published on 2010-06-07T02:58:56Z
Indexed on
2010/06/07
3:02 UTC
Read the original article
Hit count: 333
i'm not interested in changing the actual icon in the EXE that shows up in windows explorer, but just the icon that shows up in the top left of the console window. Already i set the icon in the visual studio project and i'm getting it nicely in windows explorer, and also that icon is showing up in the console window, i just want to be able to change it in the console windows at runtime. I.e lets say i wanted to put an icon that shows there are new emails or something.
© Stack Overflow or respective owner