How to capture the mouse?

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.
 
H

Herfried K. Wagner [MVP]

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'.
 
J

Joe White

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top