Temporarily disable mouse

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a certain area of a form I don't want the use to click elsewhere, but
where I want him to. If I use setfocus on lostfoscus it messes up the
ability to go back up to the previous field with the up arrows, so what I
think I should do is temporarily disable the use of the mouse. I can't find
any way to do so. Anyone have any ideas on how to do so, or another way to
handle the problem?

Thanks in advance.........
 
You can make a control 'un-clickable' by setting the Enabled property to
False (False in code that is, "No" in the Properties window).
 

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

Back
Top