jularbo Posted September 22, 2007 Report Share Posted September 22, 2007 Is there any command that can sens if an area on the screen i changing. I have a program that does not change the window title. /Stefan Quote Link to comment Share on other sites More sharing options...
Cory Posted September 22, 2007 Report Share Posted September 22, 2007 You can use Get Pixel Color and put it in a loop that check that pixel every 500mS or whatever you like. But usually I can avoid that but using a control, weindow contents, mouse cursors, and so on. What is it you're trying to do? Maybe we can give you a better idea. Quote Link to comment Share on other sites More sharing options...
jularbo Posted September 26, 2007 Author Report Share Posted September 26, 2007 You can use Get Pixel Color and put it in a loop that check that pixel every 500mS or whatever you like. But usually I can avoid that but using a control, weindow contents, mouse cursors, and so on. What is it you're trying to do? Maybe we can give you a better idea. Thanks for the help. I used Get Pixel Color and a loop and that workt great. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.