Pixel dot change

  • Thread starter Thread starter Daniel N
  • Start date Start date
D

Daniel N

Is is possible in vb.net to create an event triggered by a pixel change at a
certian point of the screen. (Outside my form)?
 
Too vague to answer.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

Big thicks are made up of lots of little thins.
 
Daniel,

If you would use VBNet, than it would only be the container of a program
that is deep in the OS.

The real physical connection to the screen is not as simple any more as in
the time that their where only monogroom and one standard color screen as in
MS-Dos 1.0

Cor
 
Dim Color1 As Color = ???????????????.getpixel(680, 562)

If I wanted to find the color of a point on the screen what would I put
there?
 
Back
Top