[]
In this step, you'll begin in Visual Studio to create a WPF application using MediaPlayer for WPF.
Complete the following steps:
In Visual Studio 2008, select File | New | Project.
In the New Project dialog box, select a language in the left pane, and in the templates list select WPF Application. Enter a Name for your project and click OK.
Click the Split button to enter Split view.
Navigate to the Toolbox and double-click the C1MediaPlayer icon to add the C1MediaPlayer control to the project.
Click the C1MediaPlayer control to select it.
In the Properties window, set the following properties:
Set the Height property to "300".
Set the Width property to "350".
You've successfully created a WPF application containing a C1MediaPlayer control. In the next step, you will add video content to the C1MediaPlayer control.