3

I'm currently working on an application using Visual studio 2010.. And was trying to create an interface like that of iTunes and Spotify, where it's a full window app, with custom window controls. Could anyone point me in the direction as how to do this?
https://www.dropbox.com/s/pszm4txuxt400tt/spotify.PNG

Graham Warrender
  • 365
  • 1
  • 8
  • 20
  • do you mean a custom window ? try looking at this http://stackoverflow.com/questions/9978444/how-can-i-style-the-border-and-title-bar-of-a-window-in-wpf/9978718#9978718 or other similar questions. – Lescai Ionel Apr 27 '12 at 11:22

1 Answers1

0

Try using WPF for a simple attractive set of controls which you can edit as required. You can set you main windows mode on the On Load event to be fullscreen or maximised. Google WPF tutorials if you want to learn more about using the controls available.

ReiMasuro
  • 313
  • 3
  • 14