Re: How to stop cursor flicker in Word?
- From: Helmut Weber <nbhymsjxdgcn@xxxxxxxxxxxxxx>
- Date: Sun, 30 Jul 2006 09:09:33 +0200
Hi George,
maybe something changed or is changing the blinking time.
Have a look at GetCaretBlinkTime and SetCaretBlinkTime
Option Explicit
' -----------------------
Declare Function SetCaretBlinkTime Lib "user32" _
(ByVal wMSeconds As Long) As Long
Declare Function GetCaretBlinkTime Lib "user32" () As Long
' ---------------
Sub Test539()
MsgBox GetCaretBlinkTime
SetCaretBlinkTime (500) ' half a second is a common value
End Sub
--
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
.
- Follow-Ups:
- Re: How to stop cursor flicker in Word?
- From: George Riley
- Re: How to stop cursor flicker in Word?
- References:
- Re: How to stop cursor flicker in Word?
- From: JoAnn Paules [MVP]
- Re: How to stop cursor flicker in Word?
- From: Jean-Guy Marcil
- Re: How to stop cursor flicker in Word?
- From: JoAnn Paules [MVP]
- Re: How to stop cursor flicker in Word?
- Prev by Date: Re: How to stop cursor flicker in Word?
- Next by Date: Re: How to stop cursor flicker in Word?
- Previous by thread: Re: How to stop cursor flicker in Word?
- Next by thread: Re: How to stop cursor flicker in Word?
- Index(es):
Loading