C# GUI 入门教程

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1184991/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 10:18:15  来源:igfitidea点击:

C# GUI primer tutorial

c#user-interface

提问by ChrisC

Coming from Access, I am totally unfamiliar with building a GUI or even a program.

来自 Access,我完全不熟悉构建 GUI 甚至程序。

For C# application building, can someone point me to a primer or tutorial that will explain to me how to build a GUI, and what frameworks, widgets, Winforms, WPF, and everything else areand how they fit together to result in a usable program? Thank you.

对于C#应用程序构建,可有人点我到底漆或教程,会向我解释如何建立一个GUI,什么框架,窗口小部件,的WinForms,WPF,一切和如何将它们组合在一起,以得到可用的程序? 谢谢你。

采纳答案by vog

There's a nice tutorial of David Bolton.

David Bolton有一个很好的教程

回答by Scott Ewers

I would start with "Programming Microsoft Windows with C#", by Charles Petzold. The man is a legend at explaining GUI programming for Windows, and he does another great job in this C# edition. He also has a book on WPF programming if you want to take that route.

我将从 Charles Petzold 的“使用 C# 编程 Microsoft Windows”开始。这个人是解释 Windows GUI 编程的传奇人物,他在这个 C# 版本中做了另一项出色的工作。如果你想走那条路,他还有一本关于 WPF 编程的书。

Happy Learning!

快乐学习!

回答by vog

If you want to learn WPF instead of WinForms, you can try the WPF tutorial of Christian Moser.

如果你想学习 WPF 而不是 WinForms,你可以试试Christian MoserWPF 教程

回答by James P. Wright

Codeprojecthas a good tutorial on making a GUI if you don't have Visual Studio.

如果你没有 Visual Studio,Codeproject有一个关于制作 GUI 的很好的教程。