Set focus to nowhere

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

Guest

Is it possible to move the focus on a form to nowhere? ie so the cursor isn't
in a textbox or on a button etc
Thanks!
 
Not to nowhere, no. But you can put a command button on the form, and set
the Transparent property of the command button to 'Yes' (or True if setting
the property in code). Set the focus to that command button, and it will
appear that nothing has focus.
 
Back
Top