I found an older post to fix flickering and shaking when dragging to resize a window but seems to not work anymore?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Stealthle
Posts: 32
Joined: 13 Mar 2017, 00:48

I found an older post to fix flickering and shaking when dragging to resize a window but seems to not work anymore?

Post by Stealthle » 16 Mar 2023, 21:03

Im trying to find a way to remove flickering and shaking while dragging to resize my GUI. I've tried lots of methods such as double buffer E0x02000000 and E0x00080000 styles and other fixes but none have worked much.

The only way I'm sure would fix it is to have the window fully drawn in memory and transferred to the DC but not sure how to do it exactly but found an old script that does it .
https://www.autohotkey.com/board/topic/115355-ffaas-flicker-free-anti-shake-for-ahk-gui/


However the script seems to not longer work in Windows 11 maybe?.

His test sample just shows a blank GUI when FFAAS is enabled and try dragging to resize.

Anyone know why it isn't working in Windows 11,64bit Unicode?

Return to “Ask for Help (v1)”