Squeek squeek. Mouse Problem

TheOx2K

Registered User.
Local time
Today, 01:56
Joined
Feb 19, 2002
Messages
28
I have a Text Box that has simple code on the Mouse Move event. The code makes other items on the form visible, what i am trying to do is get the mouse to move to a certain point when the other items appear.
 
The MouseMove event is intended to identify when the user moves the mouns NOT to allow you to move the mouse for him. If you want to move the cursor to a particular field, use the SetFocus property of the field:

Me.SomeField.SetFocus
 

Users who are viewing this thread

Back
Top Bottom