Spotify / iTunes app Full window

I am currently working on an application using Visual Studio 2010 .. And I tried to create an interface like iTunes and Spotify, where it is a full-window application with custom window controls. Can someone tell me how to do this?
https://www.dropbox.com/s/pszm4txuxt400tt/spotify.PNG

+3
source share
1 answer

Try using WPF for a simple, attractive set of controls that you can edit as needed. You can set the main window mode in the On Load event for full-screen viewing or maximization. Google WPF tutorials if you want to learn more about using the available controls.

0
source

All Articles