简体   繁体   English

WPF:创建一个看起来像Visual Studio 2010的应用程序

[英]WPF: creating an app that looks like Visual Studio 2010

How do you create a desktop application using C# that would look like Visual Studio 2010? 如何使用类似于Visual Studio 2010的C#创建桌面应用程序?

Here's an example 这是一个例子

  • What development environments can you use? 您可以使用哪些开发环境?
  • Can you recommend any samples, tutorials or blogposts? 您可以推荐任何示例,教程或博客文章吗?

edit: 编辑:

I think I found what I was looking for... http://wpfthemes.codeplex.com/ . 我想我找到了我想要的东西... http://wpfthemes.codeplex.com/ Thank you all for your answers. 谢谢大家的答案。

该视频显示了VS的插件,但基本的答案是WPF。

I think the best approach is to do it the way Visual Studio does. 我认为最好的方法是像Visual Studio一样做。 Starting in 2010 the Visual Studio shell is a WPF application which has a very distinctive Win32 look and feel. 从2010年开始,Visual Studio Shell是WPF应用程序,具有非常独特的Win32外观。 I believe, but don't know, that a lot of this is done via styling and themes. 我相信,但不知道,其中很多是通过样式和主题完成的。 So a simply WPF Application project would be the starting point of the solution. 因此,简单的WPF应用程序项目将是解决方案的起点。

Getting into applying styling and themes is beyond the scope of a simple SO answer. 应用样式和主题超出了简单的SO答案的范围。 Could you be a bit more specific about what you want? 您可以更具体地说明您想要什么吗?

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

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