Jump to content

Xgs

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Xgs

  1. Thank you for the code, took me awhile to get it working DllCall("user32.dll", "int", "SendMessage", _ "hwnd", WinGetHandle( $Window ), _ "int", $WM_MOUSEMOVE, _ "int", 0, _ "long", _MakeLong(Number($X), Number($Y))) _MakeLong(Number($X), Number($Y)) Cuz it might mistaken it as a string >.>
  2. well, i have look through the forums and cannot find a script that is working basically I want a script that can send mouseclick/keyboard strokes directly to a window (maybe dllcall("sendmessage"..) If anyone can give me a lead, that would be appreciated ps, I do not want to use ControlSend Nor ControlClick because I cannot get the control id for that window
×
×
  • Create New...