Greetings,
Can anyone point me in the right direction to hide or disable the mouse
pointer through the API or some other avenue? Your help is appreciated.
Rick
Printable View
Greetings,
Can anyone point me in the right direction to hide or disable the mouse
pointer through the API or some other avenue? Your help is appreciated.
Rick
Hi,
Use...
Declare Function ShowCursor Lib "user32" Alias "ShowCursor" (ByVal bShow As
Long) As Long
bShow = FALSE to hide, TRUE to 'show' again.
--
Kind Regards,
Garth Oatley
"Rick McLean" <rmclean@vsi-hq.com> wrote in message
news:38D1554B.9B1BDFF5@vsi-hq.com...
> Greetings,
>
> Can anyone point me in the right direction to hide or disable the mouse
> pointer through the API or some other avenue? Your help is appreciated.
>
> Rick
>
Hi,
Use...
Declare Function ShowCursor Lib "user32" Alias "ShowCursor" (ByVal bShow As
Long) As Long
bShow = FALSE to hide, TRUE to 'show' again.
--
Kind Regards,
Garth Oatley
"Rick McLean" <rmclean@vsi-hq.com> wrote in message
news:38D1554B.9B1BDFF5@vsi-hq.com...
> Greetings,
>
> Can anyone point me in the right direction to hide or disable the mouse
> pointer through the API or some other avenue? Your help is appreciated.
>
> Rick
>
Thanks for the speedy response Garth. It works like a charm!
Garth Oatley wrote:
> Hi,
>
> Use...
>
> Declare Function ShowCursor Lib "user32" Alias "ShowCursor" (ByVal bShow As
> Long) As Long
>
> bShow = FALSE to hide, TRUE to 'show' again.
>
> --
> Kind Regards,
>
> Garth Oatley
>
> "Rick McLean" <rmclean@vsi-hq.com> wrote in message
> news:38D1554B.9B1BDFF5@vsi-hq.com...
> > Greetings,
> >
> > Can anyone point me in the right direction to hide or disable the mouse
> > pointer through the API or some other avenue? Your help is appreciated.
> >
> > Rick
> >
Thanks for the speedy response Garth. It works like a charm!
Garth Oatley wrote:
> Hi,
>
> Use...
>
> Declare Function ShowCursor Lib "user32" Alias "ShowCursor" (ByVal bShow As
> Long) As Long
>
> bShow = FALSE to hide, TRUE to 'show' again.
>
> --
> Kind Regards,
>
> Garth Oatley
>
> "Rick McLean" <rmclean@vsi-hq.com> wrote in message
> news:38D1554B.9B1BDFF5@vsi-hq.com...
> > Greetings,
> >
> > Can anyone point me in the right direction to hide or disable the mouse
> > pointer through the API or some other avenue? Your help is appreciated.
> >
> > Rick
> >
Hey guys, im new to vb, and im not understanding what this dose,
can someone help me please,
im tryin to hide the mouse cursor, and i would like to knw how it works,
thanks
alright i got it to work
thanks