Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to handle exeptions
#4
Probably win finds other window (possibly hidden) with same class. Maybe some of these codes will work.

Code:
Copy      Help
int w1=win("*" "#32770" "" 0x400|1)
if(w1)
,int w2=child("IDynamic*" "Static" w1 0x200|1)
,if(w2)
,,out "exception"

Code:
Copy      Help
int w1=WinC("IDynamic*" "Static" 0x200|1 "*" "#32770" "" 0x400|1)
if(w1)
,out "exception"

Code:
Copy      Help
int w1=wait(0 WV WinC("IDynamic*" "Static" 0x200|1 "*" "#32770" "" 0x400|1))
if(w1)
,out "exception"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)