Select pixel/point on screen

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ken JS
    New Member
    • Aug 2007
    • 13

    Select pixel/point on screen

    Is there a way to particular select a point on a screen???

    Eg. There is a (back) button on the program, I want to write a C/C++ program to just select on that button.

    Lot of help =)
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Windows??

    You might research HitTest().

    Of course, this will require a Windows program.

    Comment

    • Ken JS
      New Member
      • Aug 2007
      • 13

      #3
      yes, is in window

      i will research more on HitTest().

      Thanks a lot=)

      Comment

      • Jube
        New Member
        • Feb 2008
        • 2

        #4
        I've done the same thing using Robot. There's a method that returns the pixel color of the specified pixel. robot.getPixelC olor(x,y)

        Comment

        • Ken JS
          New Member
          • Aug 2007
          • 13

          #5
          Is it possible to select the "back" button to make the program go back???

          Comment

          Working...