Possible Duplicate:
C# console application icon
I want to change the Console window title bar icon,
when I run my console application in c#
.
I have already tried to change the title bar title using console.title
properties this code.
but I didn't know how to change that icon.
how can I resolve that?