G
gene kelley
Changed how?Is it possible to determine if the image under a mouse changes in VB.net
code? For example if I position the mouse using the command;
Windows.Forms.Cursor.Position = New System.Drawing.Point(680, 595)
Is there code that would help me determine if the image under it has
changed?
A new image has replaced a previous image?
It's the same image, but has been modified?
Gene