FIX: Timer is Visible on a Form After Using Graphics MethodsLast reviewed: October 20, 1997Article ID: Q133100 |
3.00 3.00b
WINDOWS
kbtool kbbuglist kbfixlist
The information in this article applies to:
SYMPTOMSThe timer control is visible on a form at run time when it should not be.
WORKAROUNDSet the coordinates of the timer control to an off-screen location. For example, add the following lines to the code in the form's Init event:
thisform.timer1.left = -100 thisform.timer1.top = -100 STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Visual FoxPro 5.0 for Windows.
MORE INFORMATION
Steps to Reproduce Problem
|
KBCategory: kbtool kbbuglist kbfixlist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |