I want to build a desktop app with C++. I already built my code using the basic command prompt of visual studio and now want to translate that into a desktop application with a user friendly interface.
I heard I can do that by either coding the interface using Win32 APIs or by using Blend for Visual Studio.
I am more of a UI guy and also not an experienced coder and I think I would go for Blend.
My question is: if I build the app with Blend (2017) is there a way I can make my app run on older versions of Windows? (older than Windows 10)