你喜欢VB6的什么?
What did you love about VB6?

原始链接: https://evilgeniuslabs.ca/blog/vb6-modern-dotnet-question

这篇帖子希望听取从Visual Basic 6 (VB6) 转型到现代 C#/.NET 开发者的经验分享。作者在1995-2010年间发布了许多VB6企业级应用程序,目前正在研究VB6的持久优势,为一本关于其历史影响的章节做准备。 尽管微软自VB6发布以来已经推出了七个UI框架,但WinForms——直接源自VB6的设计——仍然是许多企业应用程序最简单的路径。作者不感兴趣于泛泛的观点(“VB6很棒/很糟糕”),而是需要*具体*的细节。 他们提出了两个关键问题:**你具体*喜欢*VB6的哪些方面?**(工作流程、设计选择、功能)以及 **在现代 .NET/C# 中,你遇到了哪些VB6没有出现过的挫折?**(具体障碍、缺失的功能)。 目标是记录真实的经验,了解VB6在哪些方面做得特别出色,在这些知识消失之前,并为超越简单赞扬或批评的细致历史视角提供信息。回复可以公开在评论区分享,或通过作者的联系方式私下发送。

## 回忆VB6:一段怀旧讨论 最近Hacker News上的一个帖子引发了人们对Visual Basic 6 (VB6)的回忆,突出了它的优点并与现代开发进行对比。用户们 fondly 回忆了VB6易于使用,特别是其强大的**OLE自动化**能力,能够与Microsoft Word等应用程序无缝交互——自动化邮件合并和文档创建等任务。 许多人欣赏VB6的**拖放式GUI构建器**和**所见即所得设计**,这与现代Web开发 perceived 的复杂性形成了鲜明对比。**低门槛**使即使是非程序员也能快速构建实用的商业应用程序。虽然承认VB6可能会产生混乱的代码,但用户强调它在解决实际问题方面的有效性。 讨论还涉及对现代替代品的需求——一个**跨平台、RAD(快速应用程序开发)工具**,具有简单的可视化设计器,可能使用Rust或Go,避免当前框架(如.NET)的复杂性。像Gambas这样的替代方案被提及,作为旨在重现VB6精神的开源选项。
相关文章

原文

0x0D 2026.04.30 4 min read visual-basic · vb6 · dotnet · csharp · software-history · opinion · programming · audience-question

Two open questions for anyone who shipped real work on Visual Basic 6 and is now writing C# against modern .NET. What specifically did VB6 get right that you miss? And what do you find frustrating about the modern toolchain that VB6 didn't make you fight? I shipped about a hundred VB3-through-VB6 line-of-business systems between 1995 and 2010, and I'm trying to get to the root of what was actually good before too much of the institutional memory leaves the room.

Two open questions for anyone who shipped real work on Visual Basic 6 and now writes C# against modern .NET.

I am not asking either as a rhetorical setup. I am genuinely trying to understand the answer, in the words of people who lived it, and I want to do it before too much of the institutional memory leaves the room.

Why I'm asking

I shipped about a hundred line-of-business systems on VB3, VB4, VB5, and VB6 between roughly 1995 and 2010. Form designer, double-click an event, write the handler, ship the EXE, walk away. After 2010 I moved to C# and have been there ever since. I have used WinForms, WPF, parts of Silverlight before it died, a small amount of UWP I would prefer to forget, MAUI for one project that did not survive, and Avalonia, which is what I build on now.

I am writing a history of Visual Basic and the research keeps surfacing the same observation. Microsoft has launched seven UI frameworks since VB6. Most of them have been positioned as the successor. WinForms in 2002 is the only one of those seven that is still the path of least resistance for a working line-of-business app, and the model it ships is recognisably the model VB6 invented. Twenty-eight years on, the form designer that Alan Cooper drew on paper in 1987 is still, somehow, the shortest distance from "I have an idea" to "I have a running app."

That is interesting. I think it is more interesting than the usual "VB6 was a toy" or "VB6 was a masterpiece" arguments allow for. So I am trying to get under those framings and understand what it actually was, from people who used it heavily.

The two questions

If you have a few minutes and you used VB6 in production:

  1. What specifically did you love about VB6? Not the general feeling of nostalgia. Specific things. A particular workflow, a particular shape of problem it solved, a particular design choice that made your day-to-day faster or clearer. A thing you reach for now and notice is missing, even if the missing thing is small.

  2. What do you find frustrating about modern .NET, C#, and Visual Studio that VB6 didn't make you fight? Same shape of answer. Specific examples. "I miss being able to do X without Y" rather than "modern .NET is too complicated." Things you have learned to live with but would rather not.

I want to keep both questions open-ended on purpose. If I asked "was it the IDE or the language or the ecosystem," I would get answers sorted into my buckets, and the most interesting answers would be in categories I did not think of. So please reach for the specific example before the category.

What this is

An exploratory post. Nothing being announced today and no email list to add you to. I am writing a book chapter on the VB6-to-modern-.NET transition and I want the chapter to be honest to the experience of the people who lived through it, not a recital of my own opinions. If something I learn from these answers eventually points toward a piece of work worth doing, that conversation will happen in its own post on its own day. For now this is just the question.

If you want to reply in the comments here, I will read every one. If you'd rather drop a note privately, the contact form on this site goes straight to me.

Thank you for the time. The next chapter will be better for it.

-EG

联系我们 contact @ memedata.com