Jump to content

YoloPota

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by YoloPota

  1. I don't know if there is alway someone here to help people. I have a big problem since windows 10, all Chrome_windgetWin_1 windows got black screen when snapshot them, i don't know why. Or maybe i mistaken the problem but i got stuck in my search of solutions. I alreay had this probleme in 2019 but none helped me. here: https://www.autoitscript.com/forum/topic/126430-advanced-pixel-search-library/?do=findComment&comment=1415361
  2. #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
  3. Hello, i made a script which make lot of ffSnapShot, he worked really good, but since i came on Windows 10 every SnapShot is a black image, i don't see why, someone have a soluce ? Thanks
×
×
  • Create New...