C++ Windows Forms Themes?

Hello,

Today I started learning Windows Forms (C++ of course), and I saw a lot of people using themes but only for C#/VB.NET. Are there any themes for C++? If so, please link them.
I don't think these are language specific. You can custom draw almost all windows gui widgets inclduing forms, or you can use the default theme that the user has selected, and I think you can override the default theme to any that is installed (?). I have only done custom drawn and default, so not 100% sure on the last. Anyway, try looking in the help without c++ specific, that may trigger how to get to them. There has to be either a setting on the widgets to control this or a function you can call to set it that is part of .net and usable by any language.

If the themes are in a dll then you can easily reference them.
However as an absolute beginner you probably shouldn't bother about themes, better to learn the basics first.
Topic archived. No new replies allowed.