Introduction - If you have any usage issues, please Google them yourself
1.Create a new project in Visual Studio
2.Add the existing projects Shell and Core which can be found under the WindowsAPICodePack\shell and WindowsAPICodePack\core folders
3.Add a reference to the above projects and import the following namespaces:
Microsoft.WindowsAPICodePack.Dialogs
Microsoft.WindowsAPICodePack.Taskbar
Microsoft.WindowsAPICodePack.Shell
The first part of the development is developing the player which will have the basic functionality like Play/Pause, Stop, next Previous/Next and Add/Remove songs Buttons. The main form in our application has 7 Buttons, A listbox, Label and a Picture Box.