How to capture the mouse?

  • Thread starter Thread starter Siegfried Heintze
  • Start date Start date
S

Siegfried Heintze

I want to write a color sampler program that will sample colors in windows
in other applications. How do I capture the mouse to do this?
..net group.
 
Siegfried Heintze said:
I want to write a color sampler program that will sample
colors in windows in other applications. How do I capture
the mouse to do this?

Untested:

Timer control + 'Cursor.Position'.
 
Look at the Control.Capture property.


Siegfried Heintze said:
I want to write a color sampler program that will sample colors in windows
in other applications. How do I capture the mouse to do this?

.net group.
 
Back
Top