Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toolbar Move...
#2
example with Notepad and its Find dialog

Macro
Code:
Copy      Help
;moves Find dialog to x y relative to Notepad window

int x=100
int y=200

int w1=win("Untitled - Notepad" "Notepad")
int w2=win("Find" "#32770")

RECT r; GetWindowRect w1 &r
mov r.left+x r.top+y w2


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)