我想制作一个简单的GUI(For Windows),让用户在一些输入之间进行选择,然后点击“开始”.然后,向他显示一个进度条,表示已完成的计算百分比. (可能是一个小动画).
>最好的方法是什么?我以前从未做过图形界面.
>我尝试使用Visual Studio 2010:在新项目中我选择了Win32项目,我找到了更改菜单的位置,但我不知道如何编辑主窗体.有一个教程?谢谢!
What is the best way to do this? I never made a Graphical interface
before.
最简单的方法是使用Visual Studio 2010 IDE并创建一个新的WinForms Application模板化项目.
I try to use Visual Studio 2010: In new Project I choose Win32
Project, and I found where i change the menu, but I don’t know how to edit the main form. there is a tutorial?
Microsoft提供tutorials on their websites,您可以通过Google搜索找到更多.
精彩评论