You shouldn't see any code setting the Icon property if you haven't specifically used the designer to add a non-default Icon.
If you do have code this.Icon = ((System.Drawing.Icon)(resources.GetObject ("$this.Icon"))); then it was added to the resources. Double click on Form1.resx (where Form1 is whatever your form is named) usually bellow Form1.Designer.cs. =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com