WINDOWS THEMES: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "A Config keyword that entirely suppresses the use of Windows themes. Config WINDOWS_THEMES OFF|ON OFF turns Windows themes off. ON allows Windows themes. <noinclude> ...")
 
No edit summary
 
Line 6: Line 6:


ON allows Windows themes.
ON allows Windows themes.
It can be set in [[BRConfig.sys]], using the CONFIG comman, or even from within a program using the [[Execute]] statement.


<noinclude>
<noinclude>
[[Category:Config]]
[[Category:Config]]
</noinclude>
</noinclude>

Latest revision as of 18:55, 31 July 2015

A Config keyword that entirely suppresses the use of Windows themes.

Config WINDOWS_THEMES OFF|ON

OFF turns Windows themes off.

ON allows Windows themes.

It can be set in BRConfig.sys, using the CONFIG comman, or even from within a program using the Execute statement.