WinForms

Visual Studio and abstract base forms

Sunday, June 5th, 2005
The inability to cope with abstract forms is probably my single biggest gripe about Visual Studio. When I am building a reasonably-sized application I - like most sane developers - build a forms framework; basically a hierarchy of forms that abstract certain services and functionality. An extremely useful device is the ability to define abstract methods ... read more