Re: ShowCursor API - VB6

From: Bob O`Bob (filterbob_at_yahoogroups.com)
Date: 02/18/05


Date: Fri, 18 Feb 2005 15:16:06 -0800

Ken Halter wrote:
>>Private Declare Function ShowCursor Lib "user32.dll" (ByVal bShow As Long)
>>As Long
>>
>
>
> Here's my test code... "seems" to work fine. Needs a command button and a
> timer

Oh, I think the declaration differences (passing and expecting the wrong sized parameters)
can account for quite a collection of unexpected results. And crashes; and who-knows-what.

        Bob