FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Disable theme manager
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Disable theme manager
Posted: Tue Mar 08, 2011 03:42 PM

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.

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM
Re: Disable theme manager
Posted: Wed Mar 16, 2011 03:37 PM

hI,

Have you tried not using manifest theme?

Saludos,



Eduardo
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: Disable theme manager
Posted: Wed Mar 16, 2011 06:17 PM

I Belive that for it the way is UxTheme.dll

http://www.codeproject.com/KB/miscctrl/ ... hemes.aspx

This link display how disable themes controls but Maybe have option to disable ALL.

:)

Continue the discussion