News

One key point about constructor dependencies in Windows Forms is that the Visual Studio form/user control designer is unable to edit classes with no empty constructor. A simple workaround for this is ...
For compatibility reasons, I'm developing this solution in Visual Studio 2005, so that the provided sample code will work in Visual Studio 2005, 2008 and 2010. I wanted to enable tear-off toolbar ...