Creating a Microsoft Expression Blend Project
To create a new Blend project, start Expression Blend and complete the following steps:
1. From the File menu, select New Project or click New Project in the Blend startup window. The Create New Project dialog box opens.
2. Make sure WPF Application (.exe) is selected and enter a name for the project in the Name text box.
3. Browse to specify a location for the project.
4. Select a language from the Language drop-down box and click OK.
A new Blend project with a XAML window is created.
|