Blocking mouse input...

M

Mark Broadbent

Is there any way through the Framework to block mouse input (for a few
seconds).
I believe this can be done via Win32 (BlockInput I believe). Anyone come
across a managed equivalent?

Br,

Mark.
 
M

Mark Broadbent

Yeah thanks Bob -I've already done that, just wondered whether there was a
managed equivalent (I certainly can't find one) but I think the answer is
probably no on that one.

Thanks,

Mark.
 
H

Howard Swope

You could capture the mouse (Form.Capture) and then only you would receive
the input and could disregard it.
 

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