使 C# 应用程序看起来不错

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11603822/
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-09 18:29:25  来源:igfitidea点击:

Make C# applications look nice

c#winformsvisual-studio-2010

提问by Reid

I have been designing many applications for my company lately where "fancy" interfaces have not been needed, and where the "basic" controls have been good enough in terms of looks.

最近我一直在为我的公司设计许多应用程序,其中不需要“花哨的”界面,而“基本”控件在外观方面已经足够好了。

However, I have just been handed a project where the "typical" VS(Visual Studio 2010) look is not going to cut it. Is there some where that I can get "fancy"er looking controls for VS so that it does not look like a cheap build, or a basic windows program?

但是,我刚刚接到一个项目,其中“典型的”VS(Visual Studio 2010)外观不会削减它。是否有一些地方可以让我获得“花哨”的 VS 控件,使其看起来不像廉价构建或基本的 Windows 程序?

采纳答案by Ahmet B. Bad?n

Go and learn Windows Presentation Foundation. It utilizes DirectX and provides developers with a compact model for building rich user experiences for Windows-based systems. You can start on this tutorial siteto learn about what WPF is and what you can do with that framework.

去学习Windows Presentation Foundation。它利用 DirectX 并为开发人员提供了一个紧凑的模型,用于为基于 Windows 的系统构建丰富的用户体验。您可以从本教程站点开始,了解 WPF 是什么以及您可以使用该框架做什么。

Also check out these components to see the power of WPF:

还可以查看这些组件以了解 WPF 的强大功能:

回答by nawfal

Some of the options:

一些选项:

  1. Move to WPF.

  2. Telerik, Devexpress, Infragisticsetc offer richer library, but could leave a hole in your pocket.

  3. Bare minimum, you could just How can you make a .net windows forms project look fresh?

  1. 移动到 WPF。

  2. TelerikDevexpressInfragistics等提供更丰富的库,但可能会在你的口袋里留下一个洞。

  3. 最低限度,您可以如何使 .net windows 窗体项目看起来新鲜?