我实际上正在学习如何通过Microsoft Visual Studio Express 2013 for Windows桌面创建新的WPF应用程序。选择WPF应用程序并为其命名后,我收到了两个选项卡 - MainWindow.xaml和MainWindow.xaml.cs。
但是,我没有看到一个对话框(或Canvas),我可以在其中插入按钮,标签等,但在MainWindow.xaml中插入以下代码。
<Window x:Class="WpfEvents.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid>
</Grid>
</Window>
关于它。我还注意到工具箱中没有选项可以拖动按钮或标签或其他控件来组成表单。
我不确定我是否因为没有付费而无法获得这些功能。我实际上只是将Microsoft站点的Visual Studio Express安装到我的Windows 7 Pro上。它对我来说看起来像一个免费软件。
提前谢谢