How to Create Blinking TextID: Q140292 3.00 WINDOWS kbprg kbhowto The information in this article applies to:
SUMMARYIn FoxPro version 2.x for MS-DOS, you could create blinking text within a screen. However, there is no property in Visual FoxPro that simulates this effect. Additionally, the SET BLINK ON command has no effect on Visual FoxPro objects. This article shows by example how to create a blinking label in a form.
MORE INFORMATION
Step-by-Step ExampleThis example uses a timer object to create the blinking effect on a label object. 1. Create a form called Test.scx. 2. Place a label on the form, and change its Caption property to This Label 3. Place a timer on the form. In the Timer event, type the following
4. Set the Interval property of the timer to 1000.
5. Save the form, and run it. The code in the Timer event serves to toggle Additional reference words: 3.00 VFoxWin
KBCategory: kbprg kbhowto
KBSubcategory: FxprgGeneral
|
Last Reviewed: November 30, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |