Switchboard

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"
 
N

Nikos Yannacopoulos

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
 
G

Guest

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.
 

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