I double click the resx file....and yes, there is something there....but not the icon.
-----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Peter Ritchie Sent: 30 November 2007 15:59 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] pathetic and infuriating problem.... 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(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com