Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to check button enabled/disabled
#2
Code:
Copy      Help
int h = child( "E&xit", "Button", "Window Name" )
rep
,if(!IsWindow(h)) ret ;;closed manually
,if(IsWindowEnabled(h)) break
,1
but h ;;press it


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)