[]
        
(Showing Draft Content)

Step 1 of 3: Creating an Application with a C1MediaPlayer Control

In this step, you'll begin in Visual Studio to create a WPF application using MediaPlayer for WPF.


Complete the following steps:

  1. In Visual Studio 2008, select File | New | Project.

  2. 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.

  3. Click the Split button to enter Split view.

  4. Navigate to the Toolbox and double-click the C1MediaPlayer icon to add the C1MediaPlayer control to the project.

  5. Click the C1MediaPlayer control to select it.

  6. 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.