How I can make the GUI like as photoshop (dark theme) by using Visual Studio C++ ?
-
Hello, everybody! I wanna to make my application with dark theme GUI like as Photoshop. If there is any good library, can you please suggest me? Thank you! Best Regards.
-
You probably need to handle all your own paint processing in the client and non-client areas of the window. See Painting and Drawing | Microsoft Docs[^].
-
Hello, dear! Thanks for your reply :) I just need good library for theme. I wanna to make my own video player with dark theme... I will check it more :)
-
Hello, everybody! I wanna to make my application with dark theme GUI like as Photoshop. If there is any good library, can you please suggest me? Thank you! Best Regards.
For MFC applications use the CMFCVisualManager Class | Microsoft Docs[^]. See also Visualization Manager[^] and the CodeProject article Adding New Theme Variations to the MFC Ribbon (CMFCVisualManager)[^]. For other GUI frameworks like Qt read the related documentation (styles and themes).
-
For MFC applications use the CMFCVisualManager Class | Microsoft Docs[^]. See also Visualization Manager[^] and the CodeProject article Adding New Theme Variations to the MFC Ribbon (CMFCVisualManager)[^]. For other GUI frameworks like Qt read the related documentation (styles and themes).
-
Hello, everybody! I wanna to make my application with dark theme GUI like as Photoshop. If there is any good library, can you please suggest me? Thank you! Best Regards.
You can use a product such as [Code Jock](http://www.codejock.com/) which is a layer above MFC or .NET
- Michael Haephrati מיכאל האפרתי