Half working movecursor event...

decrypt

Well-known member
Joined
Oct 6, 2003
Messages
216
Edit: i changed it because i figured it out...


How could i get the position of the scroll bar using this code:

Code:
Declare Function GetScrollPos Lib "user32" (ByVal hwnd As Integer, ByVal nBar As Integer) As Integer

Thanks....
 
Last edited by a moderator:
Back
Top