Visual Studio 2026 still ships the form designer Alan Cooper drew in 1987
Visual Studio 2026 continues to include the form designer originally conceptualized by Alan Cooper in 1987, demonstrating remarkable continuity in Microsoft's UI development tools. Despite repeated attempts to replace it with newer frameworks like WPF, UWP, and MAUI, the WinForms designer remains a viable and actively used option on modern .NET. The persistence of this design reflects both the stability of the underlying Win32 API and the practical needs of developers building line-of-business applications.
- ▪Alan Cooper's original 1987 form designer concept, known as Tripod, evolved into Visual Basic and later WinForms, maintaining the same core user experience.
- ▪WinForms is not a standalone framework but a managed wrapper over the Win32 API, with each control mapping directly to a native HWND element.
- ▪Every major Microsoft UI framework since 2002, including WPF, Silverlight, UWP, and MAUI, was intended to replace WinForms, yet none have succeeded in displacing it for many business applications.
- ▪The WinForms designer in Visual Studio 2026 retains the same drag-and-drop interface, event model, and properties window layout recognizable to VB6 developers from the 1990s.
- ▪A developer familiar with VB6 can become productive in the current WinForms environment within minutes due to the preserved workflows and design patterns.
Opening excerpt (first ~120 words) tap to expand
// contents The model that didn't change Lipstick on the Win32 API What did change, and why those changes are upgrades The frameworks that were supposed to kill it Why it survived What this means for VB6 developers A note on the broader story Closing Sources // reading 0% · ~12 min remaining 0x06│ 2026.04.27│ 12 min read │ winforms · vb6 · visual-basic · dotnet · csharp · win32 · visual-studio · software-history · programming · opinion │ history (v5) Visual Studio 2026 still ships the form designer Alan Cooper drew in 1987 Every UI framework Microsoft has shipped since WinForms (2002) was sold as its successor. WPF, Silverlight, UWP, MAUI, Blazor desktop. Twenty-four years on, WinForms is still there, on modern .NET, with a designer that any VB6 developer would recognise on sight.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Hacker News: Front Page.