"Sha Crawford" <sha_crawford@h otmail.com> wrote in message
news:1101997698 .098645.225540@ c13g2000cwb.goo glegroups.com.. .[color=blue]
> How do I hide the mouse pointer in a particular MS Access form?
> Thanks.
>
> Sha Crawford
> www.sha-crawford.co.uk
>[/color]
Hiding the cursor may be a bit annoying and unexpected for your users. Have
you looked at opening forms modally so that you can't do anything else until
you've shut that form? For example, you wouldn't be able to move your
cursor to a menu or toolbar or open another form.
If you really need to do it, paste the following into a new module. Then you
could call HideTheCursor when the form opens and ShowTheCursor when it
closes. You could also look at clipping the cursor, where restrict the
mouse to a fixed rectangle using co-ordinates you supply (I have given some
arbitrary values).
"Sha Crawford" <sha_crawford@h otmail.com> wrote in message
news:1101997698 .098645.225540@ c13g2000cwb.goo glegroups.com.. .[color=blue]
> How do I hide the mouse pointer in a particular MS Access form?
> Thanks.
>
> Sha Crawford
> www.sha-crawford.co.uk
>[/color]
Comment