Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ACC not working with MacromediaFlash :(( UPDATED!!!!
#5
Ok one more thing.. yes that code works but kind of counter acts what i wanted to do.. is there a way to make "Macro" click a certain xy on the window without showing the mouse click?? Thats what i really wanted.. if that is possible that is what I was trying to get at in the first post.

Macro
Code:
Copy      Help
int x y w h
SendButton.Location(x y w h)
int b=child(SendButton)
ScreenToClient b +&x
x+w/2; y+h/2 ;;center
int xy=(x&0xffff)|(y<<16)
SendMessage(b WM_LBUTTONDOWN 1 xy)
SendMessage(b WM_LBUTTONUP 0 xy)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)