05-04-2009, 07:50 AM
hello i want to get the text thats in the output box and put it in my dialog i tryedthis code but it dont seem 2 work if u got any help please reply thanks.
int h
str s
h=child(2201 "" "" win("Quick Macros" "#32770") 0x8 344 383)
s.getwintext(h)
h=child(3 "" "" win("Dialog" "#32770") 0x8 435 349)
s.setwintext(h)
int h
str s
h=child(2201 "" "" win("Quick Macros" "#32770") 0x8 344 383)
s.getwintext(h)
h=child(3 "" "" win("Dialog" "#32770") 0x8 435 349)
s.setwintext(h)