简体   繁体   English

主窗口的自定义UI

[英]Custom UI for main window

I need a help to start learning in a new area. 我需要帮助才能开始在新领域学习。 I've been doing C# programming for some time now, and I've created some complex GUI and applications. 我已经从事C#编程已有一段时间了,并且已经创建了一些复杂的GUI和应用程序。 What I don't know is how some programmers manage to create this type of main windows for c# applications, for example: 我不知道有些程序员如何设法为c#应用程序创建这种类型的主窗口,例如:

例

Or: 要么:

在此处输入图片说明

Or this: 或这个: 在此处输入图片说明

Let's say that I do the design in photoshop or something - then how can i change the main window of the c# application so drastically that it will look like this? 假设我在photoshop或其他工具中进行设计-那么如何才能如此大幅度地更改c#应用程序的主窗口,使其看起来像这样? A friend of mine told me about WPF and c# User Control, but as far as I've seen browsing through WPF sites, I couldn't find something like I want to do. 我的一个朋友向我介绍了WPF和c#用户控制,但是据我所知,我在WPF网站上浏览时找不到想要的东西。

Can you point me in the right direction? 你能为我指出正确的方向吗? Thanks in advance. 提前致谢。

Yes, you can do something like that in WPF. 是的,您可以在WPF中执行类似的操作。 It is very powerful, but you'll need some design skills to get something looking as good as your last example. 它非常强大,但是您需要一些设计技巧才能使您的内容与上一个示例一样好。

Look for some WPF tutorials and/or books (I found WPF Unleashed to be really good). 寻找一些WPF教程和/或书籍(我发现WPF Unleashed确实很棒)。 Also you might look into using Blend for the design part. 另外,您可能会考虑在设计部分使用Blend。

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

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