#include <functions/_AllFunctionsLink.au3>
Global $g_hWnd = WinGetHandle("Zboubatueur")
MsgBox(0,""," handle:" & $g_hWnd)
HotKeySet("{END}", "Bye")
HotKeySet("{PGDN}", "test")
Func test()
FFSnapShot( 0 ,0 , 0 , 0 , 0, $g_hWnd )
FFSaveBMP("test")
EndFunc
Func Bye()
Exit 1
EndFunc
while 1:
WEnd
when i open test, it's just a black image