Setting the program icon?

Here should be an easy answer, how do I set the programs icon?
For example, i've got a prepared .ico format image which I can use with the form icons...
But for the life of me I can't find where to tell it to use an icon image for the program image itself under windows.
[282 byte] By [EvilMonkeySlayer] at [2008-2-16]
# 1
Whoops, never mind.. found it.
Typical, you spend ages looking for it. You post in a forum for help and two minutes later you find the answer.
EvilMonkeySlayer at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 2
Would you mind posting the answer, so other people can find it?
DanielRieck at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 3
For the benefit of other users looking for the answer:

1. In Solution Explorer, right-click on your project and choose Properties
2. In the Properties window, ensure the Application tab is visible
3. Under Resources, you can set the application icon via the Icon combo.

DavidM.Kean at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...