Can someone give me a Autoit implementation of GDI+ double buffer i have some code and I want to avoid flickering. I now that it can be done by creating second DC, compatible bitmap and _WinAPI_BitBlt or (second way) by _GDIPlus_BitmapLockBits My script is only a example and I can make the entire script in entire diffrent way, I just need a key to solution of this problem:
Code:
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <GDIPlus.au3>
#include &l