.
The GetScrollRange API
6/15/2007 2:07:04 AM - anonymous
.
static extern bool GetScrollRange(IntPtr hWnd, int nBar, out int lpMinPos,
.
Public Function GetScrollRange(ByVal hWnd As IntPtr, ByVal nBar As Integer, ByRef lpMinPos As Integer, ByRef lpMaxPos As Integer) As Boolean
.