Intersoft ClientUI Documentation
Walkthrough: Create New Intersoft ClientUI Basic Navigation Application Template for WPF

This topic describes how to use Visual Studio 2010 to create and build a new ClientUI Basic Navigation Application For WPF.

Prerequisites

You need the following components to complete this walkthrough:

Intersoft Basic Navigation Application Project

A basic navigation application project is created by using the Intersoft ClientUI Basic Navigation Application project template. Use the following steps to create a new basic navigation application project. The steps below are based on Visual C# project, similar steps are expected in using Visual Basic.

To create an Intersoft ClientUI basic navigation application project

  1. Start Visual Studio 2010.
  2. On the File menu, click New and then Project.
  3. The New Project dialog box appears.
  4. In the Installed Templates pane, expand the Visual C# node and select WPF.
  5. In the list of templates, select Intersoft ClientUI Basic Navigation Application (WPF). The following illustration shows an example of the WPF project templates.
  6. Specify a Name and a Location for the application and then click OK.
  7. To build the WPF application project, in the Build menu, click Build Solution.
  8. To debug the WPF application project, in the Debug menu, click Start Debugging.
  9. To run the WPF application project, in the Debug menu, click Start Without Debugging.

Intersoft ClientUI Basic Navigation Application Project Files

An Intersoft ClientUI Basic Navigation Application project contains the following configuration, assembly references, and code files:

See Also

Concepts

Other Resources