Tcl/Tk is still one of the simplest ways to do stuff like this (and has progressed quite far in the past 15 years if you find you need more power later).
下载 Visual Studio Express 并创建 WinForms 应用程序。 Visual Studio 有一个设计视图,允许您通过几次鼠标拖动和单击来创建 UI;这真的非常简单。并且有很多教程和例子。
Download Visual Studio Express and create a WinForms application. Visual Studio has a Design view that allows you to create UIs with a few mouse drags and clicks; it really is dead simple. And there are many tutorials and examples.
发布评论
评论(3)
Tcl/Tk 仍然是执行此类操作的最简单方法之一(并且在过去 15 年中已经取得了很大进展)如果您发现以后需要更多电量)。
Tcl/Tk is still one of the simplest ways to do stuff like this (and has progressed quite far in the past 15 years if you find you need more power later).
下载 Visual Studio Express 并创建 WinForms 应用程序。 Visual Studio 有一个设计视图,允许您通过几次鼠标拖动和单击来创建 UI;这真的非常简单。并且有很多教程和例子。
Download Visual Studio Express and create a WinForms application. Visual Studio has a Design view that allows you to create UIs with a few mouse drags and clicks; it really is dead simple. And there are many tutorials and examples.
你可以使用python Tkinter库,很简单,对于windows你可以使用Qt进行界面设计,也很方便。
U can use python Tkinter library , it is easy , for windows you can use Qt for interface design, it is also handy.