Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
getprop and setprop
#1
i know everyone says to use this
but question is how do i use it?
i searched for other people codes but they make no sense, is there like a basic tutorial on how to use this?
#2
http://www.quickmacros.com/help/index.p ... COPE2.html
#3
does not really help Smile) still cant figure out where to put that code and what it means
#4
example
attaches a number to notepad window and later gets the number
Macro
Code:
Copy      Help
int w1=win("Untitled - Notepad" "Notepad")
SetProp(w1 "myluckynumber" 13)
;...
w1=win("Untitled - Notepad" "Notepad")
int i=GetProp(w1 "myluckynumber")
out i


Forum Jump:


Users browsing this thread: 1 Guest(s)