Prevent cursor from showing?

C

Charles Harmon

I have a small application that is basically a set of
menus with various selections on them. I copied a form
from a Freeware application, modified it slightly, and
built an application around it.

The application works fine, but when the mouse is held
over a menu choice on the form, which are labels that
become highlighted, a blocked cursor appears directly
under the mouse pointer. It disappears when the mouse is
moved off the label however.

How can I get rid of the cursor? My application has no
keyboard input and the cursor should never be shown. In
Access Help I could find no command to hide the cursor or
prevent it from being displayed. There is no obvious
reference to the cursor in the application.

Any help would be appreciated. Thanks.

Charles Harmon
 
D

Dan Artuso

Hi,
It's hard to say because there must be some code that is doing this.
Access will not modify the cursor on it's own. Try looking for code
on the mouse move event of the label.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top