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 - reikrut

Pages: [1]
1
DBLCLICK(1007,501) // 1
WAITMS(500)
GETSCREEN
IF_PICTURE_IN (500,200, 870,515, "12.bmp",0,50)
   HALT // 3
ELSE
   LCLICK(895,145)
   WAITMS(500)
   KEYPRESS(#ENTER) // 6
   WAITMS(500)
END_IF

Вот код программы, но она не корректно работает. Не определяет картинку что приводит просто к листанию окна.

Pages: [1]