I was trying to make wGC run under mono, a major obstacle is that they haven't implemented uxtheme.dll.
We use it only for SetWindowTheme, which is used for the progress bar, it was introduced in commit e142735 by @RobinHood70 .
The only current use is here: https://github.com/gemforce-team/wGemCombiner/blob/master/WGemCombiner/TextProgressBar.cs#L65
Are there some ways to achieve the same effect (or a similar one) without using this dll?
I was trying to make wGC run under mono, a major obstacle is that they haven't implemented
uxtheme.dll.We use it only for
SetWindowTheme, which is used for the progress bar, it was introduced in commit e142735 by @RobinHood70 .The only current use is here: https://github.com/gemforce-team/wGemCombiner/blob/master/WGemCombiner/TextProgressBar.cs#L65
Are there some ways to achieve the same effect (or a similar one) without using this dll?