Quote Originally Posted by taishan View Post
This will break all of the previously created themes? If this is for only name clarity, it's not worth it.

Otherwise, the .ocx should automatically update all theme properties such as these, which is specified in my Form_Load, as we cannot rely on a .frx or the controls definition section in a .frm to store theme properties, so the user can change from light to dark mode during runtime.

Code:
.BackColorTabSel
.FlatBarColorTabSel
.HighlightColorTabSel
.HighlightModeTabSel
I will read the themes with the previous property names saved.
Did you experience any issues?