On Thu, May 29, 2008 at 1:26 PM, H. Verbeet <[EMAIL PROTECTED]> wrote:
> 2008/5/29 Stefan Dösinger <[EMAIL PROTECTED]>:
>> 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

Reply via email to