Focus-Less

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

Guest

How do I open a form and not have any of the command buttons set to focus?
I'm trying to open a type of switchboard where the user only has command
buttons to choose from. I tried a text box with the same color background as
the form but i did not care for the blinking cursor. I'm unable to set focus
to a label, box or image. Please help.
 
Jet said:
How do I open a form and not have any of the command buttons set to
focus? I'm trying to open a type of switchboard where the user only
has command buttons to choose from. I tried a text box with the same
color background as the form but i did not care for the blinking
cursor. I'm unable to set focus to a label, box or image. Please
help.

Make the TextBox zero height and zero width and tuck it into a corner.
 
Back
Top