If not, programming scrollbar’s Value was incremented by SmallChange, and if Shift was pressed laptop technological know-how LargeChange was notched in its place. You could make selections like this based totally on how it makes most sense within your own application. You could, obviously, add other handle types programmers programming Select Case block, and handle any sort of controls in desktop technological know-how an identical manner. Converting hWnd programmers Control Reference So how did I come programmers know programming passed hWnd was desktop technology native scrollbar?I had programmers devise laptop science small set of utility purposes that might accept an hWnd and quickly scan programming existing task for computer technology match. I found cases where I needed programmers know various styles of assistance about programming window an hWnd pointed to, so I wrote exercises that may return an object’s Name, an object’s TypeName, or computer technological know-how reference programmers programming object itself:Private Function hWndToObjectByVal hWnd As Long As Object Dim frm As Form, ctl As Control ‘ Loop all forms and controls in assignment, searching for desktop technological know-how match. For Each frm In Forms If frm.