Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习使用 C# 和 Visual Studio 2010 编写 Windows 窗体应用程序,我已经过了“hello world”,下一步有什么好的?
制作一个文本框,您可以从中接收数据,提交该表单,然后在某处显示结果。做一些事情来使你的程序具有交互性。
开始在这些表单上添加更多控件,例如温度转换器或简单的 RPN 计算器。
任何能让你思考表单元素之间交互的东西都会让你超越HelloWorld.
HelloWorld