I want, that a picturebox moves up, when the mouse is in
an specific area (like the bottom of the screen). But the imortant thing is, that the mouse hasn't to be moved.

T think it's s.th. like this (Here I have to move the
mouse and that's, what I don't want!!!!)

Sub Form_MouseMove (Button As Integer, Shift As Integer, X As Single, Y As Single)
If Y > 6000 then
Picture1.Top = Picture1.Top - 10
End If
End Sub

Perhaps I have to use a loop ?????

I hope you understand my problem, Matt

16:29 Germany

Edited by Matt-D on 02-25-2000 at 11:25 AM