简体   繁体   English

现代GUI编程工具

[英]Modern GUI programming tools

Does anybody knows how to program modern and fashion GUI's like this example? 有人知道像这样的例子如何编程现代和时尚的GUI吗?

modern GUI 现代GUI

What kind of tools should I need for developing for Windows in Visual Studio? 在Visual Studio中为Windows开发我需要什么样的工具? Thank you very much. 非常感谢你。

If you are doing this in .NET, targeting Windows, I would suggest you use WPF . 如果要在面向Windows的.NET中执行此操作,建议您使用WPF Visual Studio 2010 has all the tools built in to build a GUI like that. Visual Studio 2010内置了用于构建类似GUI的所有工具。 There are loads of tutorials on how to do this, I found this one in 24 seconds. 有很多关于如何执行此操作的教程,我在24秒内找到了这个

If you would like it to be fairly platform independent, targeting Linux, OSX, Windows etc you probably would like to use Qt . 如果您希望它完全独立于平台,针对Linux,OSX,Windows等,则可能要使用Qt Qt has a pretty good editor focused on developing in C++ using cute called Qt Creator but if you are focused on using Visual Studio there is an add-in that might help you. Qt有一个相当不错的编辑器,专注于使用可爱的Qt Creator在C ++中进行开发,但是如果您专注于使用Visual Studio,则可以使用一个插件来帮助您。

Edit: There is a similar question here on stackoverflow that might help you: Creating a nice GUI in WPF 编辑:在stackoverflow上有一个类似的问题可能会帮助您: 在WPF中创建一个不错的GUI

If you want to develop in win-forms I suggest using 3rd party control vendor , such as Telerik or Dev-express. 如果您想以胜利形式进行开发,建议您使用第三方控制供应商,例如Telerik或Dev-express。

Telerik's support is very good and their win-forms controls are pretty stable around now , You could download a free trial to try it out. Telerik的支持非常好,他们的win-forms控件现在非常稳定,您可以下载免费试用版进行试用。

http://www.telerik.com/products/winforms.aspx http://www.telerik.com/products/winforms.aspx

http://devexpress.com/Products/NET/Controls/WinForms/ http://devexpress.com/Products/NET/Controls/WinForms/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM