jo ich probier auch grad rum aber bei mir klappt noch nix^^
_MouseClickPlus("untitled - Paint","left",500,800,1)
_MouseClickPlus("untitled - Paint","left",123,123,1)
_MouseClickPlus("untitled - Paint","left",400,1000,1)
_MouseClickPlus("untitled - Paint","left",50,80,1)
hab das gefunden könnte das gehn?
Opt("MouseCoordMode", 0)
_MouseClickPlus("untitled - Paint","left",500,800,1)
_MouseClickPlus("untitled - Paint","left",123,123,1)
_MouseClickPlus("untitled - Paint","left",400,1000,1)
_MouseClickPlus("untitled - Paint","left",50,80,1)
;================================================= ==============================
;
; Function Name: _MouseClickPlus()
; Version added: 0.1
; Description: Sends a click to window, not entirely accurate, but works
; minimized.
; Parameter(s): $Window = Title of the window to send click to
; $Button = "left" or "right" mouse button
; $X = X coordinate
; $Y = Y coordinate
; $Clicks = Number of clicks to send
; Remarks: You MUST be in "MouseCoordMode" 0 to use this without bugs.
; Author(s): Insolence <

>
;
;================================================= ==============================