Article ID: 110541
Article Last Modified on 12/9/2003
' Enter the following Declare statement on one, single line:
Declare Function Escape Lib "GDI" (ByVal hDC As Integer,
ByVal nEscape As Integer, ByVal nCount As Integer, lpInData As Any,
lpOutData As Any) As Integer
Const MouseTrails = 39
Const SizeOfWord = 2
Dim x As Integer
x = 7 ' Set x to one of the following values:
' 1 to 7 : turns mouse trails on and shows 1 to 7 trailers
' 0 : turns off mouse trails
' -1 : turns mouse trails on, reads info from WIN.INI
' -2 : disables mouse trails, doesn't update WIN.INI
' -3 : enables mouse trails, updates WIN.INI
result% = Escape(form1.hDC, MouseTrails, SizeOfWord, x, 0&)
Additional query words: 2.00 3.00
Keywords: KB110541