FIX: Timer is Visible on a Form After Using Graphics Methods
Article ID: 133100
Article Last Modified on 9/30/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 3.0b Standard Edition
This article was previously published under Q133100
SYMPTOMS
The timer control is visible on a form at run time when it should not be.
WORKAROUND
Set 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
STATUS
Microsoft 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.
Keywords: kbbug kbfix kbvfp500fix KB133100