Archived Months
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
February 2008
April 2008
all groups > dotnet windows forms designtime > may 2007

hiding code from the winform designer
Posted by RipT at 5/12/2007 10:51:01 AM
I have set up an inheritance tree for my winforms (.net2.0) to expose common functionality. The winform designer in vs2005 will not load these forms unless the base type has a default constructor (no args). Right now I'm simply creating a default constructor but its use at run-time would cr...more >>


winform designer (2005) error: duplicate component name
Posted by RipT at 5/12/2007 10:46:01 AM
When I try to open my .net2 windows form code file in the vs2005 designer, I get the error message "Duplicate component name 'iDDataGridViewTextBoxColumn'. Component names must be unique and case-insensitive." The component name appears do be the DataGridViewTextBoxColumn type name with s...more >>

How do you exclude a property from serialization using CodeDomSerializer
Posted by tribbles at 5/8/2007 4:07:32 PM
You can use NonSerialized to exclude a field (not a property) from the serializer. If you are using the XmlSerializer you can use XmlIgnore. However, I can't find any way to exclude a property from the CodeDomSerializer. The problem I am trying to solve is that I have Controls that have refer...more >>

Visual Studio 2005 Designer - Invisible Objects - Where Did They G
Posted by PEimer at 5/7/2007 12:41:01 PM
SQLDatasource object no longer visible on form in designer mode. I reset settings to default and they are still invisible. Can not get to properites. Only if select object from property dropdown. I can't tell what is on my form. How can I make them visible again?...more >>



DevelopmentNow Blog