API - mudar velocidade da piscada do cursor edicao |
Top Previous Next |
|
Line is:
SetCaretBlinkTime(Speed);
Where speed is an integer
Exemple:
SetCaretBlinkTime(500);
The more the integer, the more time it take to flash.
Be aware that if you don't reset your cursor speed your cursor speed will remain the same for all you windows session. Just execute this line, close you app and come back here. Try to type an url in the adress bar you'll see.
SetCaretBlinkTime(1); |