Description: 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.
To Search:
File list (Check if you may need any files):
player\bass.dll
......\bin
......\...\Debug
......\...\.....\bass.dll
......\...\.....\Microsoft.WindowsAPICodePack.dll
......\...\.....\Microsoft.WindowsAPICodePack.pdb
......\...\.....\Microsoft.WindowsAPICodePack.Shell.dll
......\...\.....\Microsoft.WindowsAPICodePack.Shell.pdb
......\...\.....\Microsoft.WindowsAPICodePack.Shell.xml
......\...\.....\Microsoft.WindowsAPICodePack.xml
......\...\.....\player.exe
......\...\.....\player.pdb
......\...\.....\player.vshost.exe
......\...\.....\player.vshost.exe.manifest
......\...\.....\taglib-sharp.dll
......\Form1.cs
......\Form1.Designer.cs
......\Form1.resx
......\obj
......\...\Debug
......\...\.....\player.csproj.FileListAbsolute.txt
......\...\.....\player.csproj.GenerateResource.Cache
......\...\.....\player.exe
......\...\.....\player.Form1.resources
......\...\.....\player.pdb
......\...\.....\player.Properties.Resources.resources
......\...\.....\Refactor
......\...\.....\ResolveAssemblyReference.cache
......\...\.....\TempPE
......\...\.....\......\Properties.Resources.Designer.cs.dll
......\player.cs
......\player.csproj
......\player.sln
......\Program.cs
......\Properties
......\..........\AssemblyInfo.cs
......\..........\Resources.Designer.cs
......\..........\Resources.resx
......\..........\Settings.Designer.cs
......\..........\Settings.settings
......\Resources
......\.........\edit_add.png
......\.........\edit_remove.png
......\.........\gramophone.png
......\.........\nextArrow.ico
......\.........\Note.png
......\.........\Pause.ico
......\.........\play.ico
......\.........\player_end.png
......\.........\player_pause.png
......\.........\player_play.png
......\.........\player_start.png
......\.........\player_stop.png
......\.........\prevArrow.ico
......\.........\treble_staff_with_notes_01.png
......\StyleCop.Cache