Edit: i changed it because i figured it out...
How could i get the position of the scroll bar using this code:
Thanks....
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: