-
Hiding the mouse pointer...
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
-
Re: Hiding the mouse pointer...
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
>
-
Re: Hiding the mouse pointer...
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
>
-
Re: Hiding the mouse pointer...
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
> >
-
Re: Hiding the mouse pointer...
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|