Does anybody know the difference between:
'Screen.MousePointer = ...'
and 'Me.MousePointer = ...'
I've tried both and they seem to react the same...
Printable View
Does anybody know the difference between:
'Screen.MousePointer = ...'
and 'Me.MousePointer = ...'
I've tried both and they seem to react the same...
I beleive that
Screen.MousePointer affect the mouse pointer for the entire screen.
Me.MousePointer affects only that form.
Did you ask about this in VBChat the other day?
No, it's the first time I ask.
I aggree with you, that's what it should do... from the name of the objects, it makes sense.
When I tried both cases though, as soon as my mouse moves off of the form, it returns to the original pointer.
But thanks anyway.