Hi all,
is there a way to disable the theme manager into my app at runtime ?
My problem is that I need my app will runs on Windows and also on Linux & Mac using wine/crossover.
All runs well because I detect at startup the current system and so I can change some system calls for compatibility purpose,
my problem is that I need to disable the theme manager style (I linked the manifest file to the resources) when my app runs on Mac Os and I didn't find a FWH function to make this.
Any ideas ? Thanks in advance.