29 May
2008
29 May
'08
1:51 p.m.
On Thu, May 29, 2008 at 1:26 PM, H. Verbeet <hverbeet(a)gmail.com> wrote:
2008/5/29 Stefan Dösinger <stefan(a)codeweavers.com>:
However, windows has a DLL which allows apps to disable Aero manually, I think that's wdm.dll.
dwmapi.dll, iirc.
hModule := DllCall("LoadLibrary", "str", "dwmapi.dll") DllCall("dwmapi\DwmEnableComposition", "uint", 0) http://www.autohotkey.com/forum/topic23347.html