0

I'm sure WPF could produce a GUI replica, but is it actually made with WPF?

I've done some searching, but I'm not able to find what GUI library they used.

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Finglas
  • 15,518
  • 10
  • 56
  • 89

1 Answers1

4

It is almost certainly all C++ with mixed Assembly against standard WIN32 APIs and DirectX. WPF came out with .NET 3.0 in late 2006 and Windows Media Player 10 came out in late 2004. I would also add that there's nothing exceptionally unique about the Windows Media Player UI given that non-square windows and leveraging DirectX for animation outside of full screen has been around since the mid 90s all the way back to NT 4.0 and Windows 95.

Keith Adler
  • 20,880
  • 28
  • 119
  • 189