I am working on a first time C# project in Visual Studio 2005 and I am wondering if there is anything special that needs doing to change the application icon apart from chan
Have you tried setting a Form.Icon (Winforms) or Window.Icon (WPF)?