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 > march 2007

How to skip execution during Design Time?
Posted by Dave Leach at 3/23/2007 11:02:13 AM
I am writing a Windows Forms application using .NET 1.1, VS 2003 and C#. There is a section of code in one of my form's constructors that needs to be skipped over if the constructor is being called at design time. Is there a way to conditionally execute this code only at runtime and not at ...more >>


Property Window and 3rd party webcontrols
Posted by Mutley at 3/14/2007 9:54:09 AM
Hi, I am adding custom controls to Visual studio which can then be dragged onto a page and the controls properties appear in the property grid window. The Font property of one of my controls appears in the property window with a + sign beside Font which can then be expanded to show the vari...more >>

How do I set DesignerSerializationVisibility on inherited properties?
Posted by DG at 3/2/2007 2:23:32 PM
Hi, I've created a control which inherits from the ListView class. In the constructor I create 2 columns and add a two items to propulate a row. This is all ok, when I use the control at design time my constructor is called and I see the columns and data. However, at runtime, it creates dupl...more >>



DevelopmentNow Blog