9/30/2012

Creating the Toolbox and the Property Inspector Windows In WPF


We will create the Toolbox and Property Inspector windows, and add them to the Workflow Designer.
  1. From last post create the Toolbox and include it in the WPF grid.  To do this, in Solution Explorer right-click the MainWindow.xaml file and choose View Code. Modify the code by following these steps:

Hosting the Workflow Designer

We will configure the WPF Grid that will contain the Workflow Designer. Then, We will create the WorkflowDesigner instance programmatically, and add a Sequence activity with designer support to it. As a consequence, you will be able to host the Workflow Designer in the WPF application.

9/29/2012

Creating a new WPF

Creating a new Windows Presentation Foundation Application

you will create an empty WPF application using the WPF Application Visual Studio template, and add to the solution the FirstApp project .
  1. Open Microsoft Visual Studio 2010 from Start | All Programs | Microsoft Visual Studio 2010 | Microsoft Visual Studio 2010.