SAMPLE: Blink.exe Demonstrates How to Use Blinking TextID: Q11787
|
It is possible to create blinking text in a Windows-based application. Because there are no character attributes similar to the normal MS-DOS text environment, the application must repeatedly paint the screen to implement the flash. Blink.exe is a sample file that demonstrates how to do this.
The following file is available for download from the Microsoft Software Library:
~ Blink.exeFor more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:
Q119591 : How to Obtain Microsoft Support Files from Online Services
nRate = GetProfileInt(
(LPSTR)"windows", /* heading in [] */
(LPSTR)"CursorBlinkRate", /* string to match */
550); /* default value */
Keywords : kbfile kbsample kbNTOS kbGrpUser kbWinOS kbWndw kbWndwMsg
Version :
Platform :
Issue type :
Last Reviewed: March 4, 1999