FIX: Timer is Visible on a Form After Using Graphics Methods (133100)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
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.
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | kbBug kbfix kbvfp500fix KB133100 |
---|
|