Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Label on form will not refresh

Status
Not open for further replies.

RippleJD

Programmer
Sep 26, 2000
18
US
I have a label on a form that provides various messages to the user. The label is initially hidden. I want this label to become visible after a button is clicked and the code begins to run. The only way I can get the label to become visible is if I interrupt the code with a message box. I'v tried me.refresh, me.repaint but neither worked. Any suggestions? Thanks in advance.
 
After rebooting my PC, it is now working with me.repaint. Those darn gremlins again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top