Ace Master Posted December 23, 2003 Posted December 23, 2003 I use a timer to make the refresh for a form. Actually I make refresh for some functions. The problem is that I have 2 forms opened and when the timer makes the refresh in form 1 he become on the top. If I work on form 2 the refresh on form 1 makes form 2 go behind form 1. How to make refresh in form1 without becoming the top form? Thanks Quote
bpayne111 Posted December 24, 2003 Posted December 24, 2003 why not refresh form 1 and then refresh form 2 as well to switch the focus back to form 2? just a thought brandon Quote i'm not lazy i'm just resting before i get tired.
*Experts* Bucky Posted December 24, 2003 *Experts* Posted December 24, 2003 Try using the Invalidate method of the form instead of Refresh. It is faster, and it may allow form 2 to keep focus. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.