VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Controlling carat blinking speed using API

Raj Diwate  (4 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Wed 21st February 2001   Mon 8th February 2021

Controlling carat blinking speed using API

API Declarations



' Returns the current cursor blink rate
Declare Function GetCaretBlinkTime Lib "user32" () As Long

' Sets the cursor blink rate
Declare Function SetCaretBlinkTime Lib "user32" _
(ByVal wMSeconds As Long) As Long

' Returns the error code if either GetCaretBlinkTime or
' SetCaretBlinkTime functions fails
Public Declare Function GetLastError Lib "kernel32" () As Long


Rate Controlling carat blinking speed using API (2(2 Vote))
Controlling carat blinking speed using API.bas

Controlling carat blinking speed using API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters