Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - NULL

Pages: [1]
1
Общие вопросы / WM_KEYDOWN не работает
« on: August 25, 2017, 07:01:09 AM »
Привет. странная ситуация: 2 окна браузера. мышка повторяет движения без проблем, а клавиша нажимается только если нажать самостоятельно на 1 форму.
Code: (clickermann) [Select]
$h1 = hget(477,15) // браузер 1
$h2 = hget(483,530) // браузер 2
$x =  $_xmouse
$y =  $_ymouse + 291 - 836
sendmessage($h1,512,0,$y*65536+$x)
postmessage($h1,256,68,0)
wait(1)
В чем может быть причина?


Pages: [1]