Switchboard

  • Thread starter Thread starter Peggy
  • Start date Start date
P

Peggy

After struggling to get this far I thought I was in for
some fun making the switchboard. I have placed a command
button to open a form. I click on the button and the form
opens. When I close the form and get back to the
switchboard my button is there but it has dotted lines
around the title I have typed on the button. It
looks "icky"
 
Peggy,

In design view, form properties, tab events, select the On Got Focus tab and
have it run a line of code:

Forms(ActiveForm).Repaint

This should solve your problem.

HTH,
Nikos
 
This didn't work. Any other suggestions? I might add that
I am making the font in the command button kind of large.
16 font. Everything works fine I just don't like the looks.
 
Back
Top