Hi, I'm a novice in .NET Windows Forms programming. Recently, I was stumbled
by a puzzle, regarding how to determine whether the code is currently
executing under design-time or not.
My code was written in C# under Visual Studio .NET 2003. In my project, I
just created a Windows Form as a bas...
more >>
Hello,
I am trying to write a class that derives from ParentControlDesigner so that
I can pre and post filter properties. But I am unable to figure out what
DesignerAttribute I need to put on my control in order for it to work
properly. Here is a summary example:
public class MyDesigne...
more >>