我可以使用Visual Studio在我的应用程序中实现极端设计元素,还是需要Blend?

时间:2015-09-01 19:30:13

标签: wpf visual-studio expression-blend

我是Visual Studio和Blend的新手,我试图看到他们的不同之处。我认为Blend非常适合在你的应用程序中添加更多设计和交互性,所以我选择使用它来创建一个关于虚拟博物馆的应用程序(我想包括设计和3d元素)。

到目前为止,我已经创建了 2个网格 1st Grid 包含登录或注册选项(以及我使用Blend工具的设计)。 第二个网格是注册表单,我希望用户在用户点击注册按钮后重定向到该注册表单。我试图从网格1转换到网格2,就好像我有两个窗口形式,但我似乎无法找到我能做到的。关于如何做的任何想法? 我试图将它打开到Visual studio中,它似乎没有那么好回应。我想我一定做错了。

因此,考虑到以前的困难,我想知道是否有必要使用Blend来创建这种应用程序,我可以简单地使用标准的Visual Studio的窗体,而无需添加设计元素。< / p>

提前致谢

1 个答案:

答案 0 :(得分:1)

Visual Studio has all that you need to be able to do your interfaces as you want them to be. As Glen Thomas said, you should learn how to code in xaml to create your interface. Visual studio gives you a render of what it looks like in real-time while coding it so it might be helpful to do it this way.