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 > june 2005

Debugging Design-Time-Code
Posted by Sparhawk at 6/21/2005 12:35:07 AM
Hi, simple question: is there any way to debug design-time-code except with MessageBoxes? If I develop, for example, a TypeConverter it is never used at run-time. Any way to debug this? ...more >>


ExpandableObjectConverter doesn't work
Posted by CaptainHaddock at 6/17/2005 12:00:00 AM
Hi, everyone, I'm a newbie to the winform designtime area, Now I'm learning the usage of PropertyGrid. when I added one custom type of property "Person" to the class "Company", it didn't appear in the PropertyGrid. I had used the ExpandableObjectConverter as the TypeConverter of the property. ...more >>

My own Collection in DesignTime and Delete Action
Posted by Thibaud Bouquely at 6/15/2005 8:24:40 PM
Hello I try to develop my own component with a collection property Every thing work fine in Design Time except when I try delete the component, Each sub component contains in collection property do not destroy and so, InitializeComponent contains each sub component !! even if the main com...more >>

design time serialization examples
Posted by Wen Tung at 6/11/2005 12:00:00 AM
Hi Need some examples on design time serialization. Examples like implementations on IDesignerSerializationManager, IDesignerSerializationProvider, IDesignerSerializationService, IDesignerHost for Serialization and stuff ... ...more >>

Design-time resize event on UserControl?
Posted by webstuff NO[at]SPAM urbanperspective.net at 6/6/2005 7:17:41 AM
Hi, I have a UserControl with another control embedded on it and want to resize this embedded control whenever the developer resizes the UserControl at design time. Is there any way of doing this? Cheers, Rich ...more >>

Refreshing the whole form
Posted by Michael Powell at 6/2/2005 12:00:00 AM
Is there a way for me to refresh the entire form to allow controls with transparent backgrounds to refresh correctly and be superimposable? -- ~Mike Powell www.ramuseco.com ...more >>

Default a String Property of Control with a unique value
Posted by fatboy at 6/1/2005 1:04:02 PM
I'm trying to create a form that has a unique GUID as a property whenever a new one is created. However this won't store the generated GUID unless i manually change it in the deisgner and click on another property. How do i get it to save the original GUID. My (useless) code example is be...more >>



DevelopmentNow Blog