【问题标题】:how to create GUI for windows如何为 Windows 创建 GUI
【发布时间】:2018-08-28 17:26:28
【问题描述】:

我怎样才能创建一个像附图中给出的图形用户界面?我在 Windows 10 上,我检查了 Windows 示例here。它们都导致类似于 Windows 10 UI 的 UI。请指出我可以创建它的模板。如果有一些使用 c++ 的示例代码或样板,那将非常有帮助。

required GUI

编辑:谢谢,我已经开始编写代码了。我在图像中找不到标记的按钮。你能告诉我这是 Windows 窗体中的哪个按钮吗?

Unknown Button : Marked

【问题讨论】:

标签: windows user-interface


【解决方案1】:

您展示的图片是 vb.net 表单设计。 VB.Net UI 设计依赖于 windows 版本,因为设计应该看起来像原生 windows UI。

因此,如果您在 vb.net 中创建表单并在 windows 10 中运行该程序,它将看起来像是由 windows 10 制作/为 windows 10 制作的,而对于 win 7,它看起来会有所不同。 你也可以使用c#。

Open Visual Studio -> New Project -> Windows Forms App -> Drag & Drop buttons from left toolbar.

这很容易。只需尝试一次,您就会得到。

【讨论】:

    猜你喜欢
    • 2011-11-17
    • 1970-01-01
    • 2015-05-08
    • 2010-10-04
    • 1970-01-01
    • 2011-11-02
    • 1970-01-01
    • 2012-12-27
    • 1970-01-01
    相关资源
    最近更新 更多