Hi all! As you know, many programs are written in C++. Some of these have fancy GUI with non-classical-Windows style ( think to Photoshop, 3ds max, maya etc )..now my question is: how are they done? In pure Win32 API? MFC? DirectX/OpenGL? or other? I can reach similar results with C#/WPF but how can I do it in C++?
Thank you in advance for the answers!
( Obviously I'm not asking for a full code, just some inputs :) )