Blend Tip: Quickly Change The Startup Window

June 1, 2007 at 1:44 pm (Blend, tips)

The startup window can be changed in Expression Blend by right-clicking on the new window that you want to to the startup, and selecting the Startup menu item in the context menu.

image

Alternatively, you can just as easily modify the StartupUri property in App.xaml to point to a different window.

image

Permalink Leave a Comment

Blend Tip: Edit Externally

May 22, 2007 at 2:41 pm (Blend, tips)

To open a project that’s already opened in Blend in Visual Studio, you can simply right-click on the project file in the Project panel and select “Edit Externally”. Similarly, you can just right-click on a single and select “Edit Externally” for that file.

Permalink Leave a Comment