Click here to Skip to main content
15,884,648 members
Articles / Programming Languages / C#

Using Windows Media Player Control in WPF

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
21 Nov 2012CPOL2 min read 56.5K   6K   9  
This article shows how to use Windows Media Player control in a WPF application to avoid the performance degradation of MediaElement
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;

namespace MediaPlayer
{
    /// <summary>
    /// Interaction logic for App.xaml
    /// </summary>
    public partial class App : Application
    {
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead https://mathiversity.com
Unknown
I am a full-stack developer. My skills include JavaScript, C#/.Net, MS Azure cloud etc. I love to work on complex programming tasks requiring deep analysis, planning and use of efficient algorithms and data structures.

Comments and Discussions