Skip to content
Poon Yip Hoon edited this page Aug 16, 2016 · 3 revisions

Welcome to the music-player-wpf-vb wiki!

App Preview

Screenshot

App features:

  1. Change player skin (blue or black)
  2. (Semi)Transparent form when lost focus at Desktop

FAQ:

  1. How to change the player skin from blue to black?
    Open App.Config and find the following lines:
    <appSettings>
    <add key="background" value="images/blue.jpg" />
    </appSettings>
    Change the value to "images/black.jpg"
Clone this wiki locally