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