Adrain
1. After adding icon file into the solution, right click and select
properties. You will see build action which will have default value as
"Content" in properties. Change to embedded resource and follow the code i
gave you in the last post, to read the icon stream.
To explain with different example, when you create a c# application by
default, it creates "App.ico". Right click on that file and check the
properties. You will find "Build Action" in the property grid.
2. What is your Form BorderStyle? You wont see icon, for certain
borderstyles of the form. Try changing that property. I cannot think of any
other possibilities for not seeing the icon in ur Form.