TMcAteer
03-02-2002, 12:34 AM
How do i make it so that when a user is using my database the mouse pointer will not go off the userform
Any help would be great Cheers Tom
Any help would be great Cheers Tom
|
View Full Version : keep the mouse on the form TMcAteer 03-02-2002, 12:34 AM How do i make it so that when a user is using my database the mouse pointer will not go off the userform Any help would be great Cheers Tom Fornatian 03-02-2002, 07:59 AM You can't do that without getting in *deep*, but to prevent users from doing things outside of your form, set the modal property to yes. Ian |