Look and Feel

S

Steve

I must just be plain stupid. I found a app my Army budy made and I don't know
how here did this, unfortunately, he is in a tight spot so I cannot ask him,
so here we go.

On his switchboard, when you move the mouse over a selection it changes case
to bold, in desing view all I see is "=handlefocus(1)", can't find it
anywhere in any book I have does anyone know what this is and how I can
implement it in my apps?

Thank you in advance. Steve
 
J

Jeff Conrad

1. Open the Switchboard form in Design View.
2. Go to the Code Window for this form.
3. Look through the code for a procedure called HandleFocus.

That is the code used when the mouse passes over the label.

From memory, I believe it bolds the font used in the label.
Similar type of code is used in the Form's Detail event to
reset the bold back to normal when the mouse goes off the
label.

--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conradsystems/accessjunkie.html
http://www.access.qbuilt.com/html/articles.html

in message:
 

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