I tried:
Code:
Dim Pos As Integer = CInt(SendMessage(SliderHwnd, TBM_GETPOS, IntPtr.Zero, IntPtr.Zero))
Debug.Print("Pos: " & Pos)
SendMessage(SliderHwnd, TBM_SETPOS, New IntPtr(1), New IntPtr(Pos + 10))
but the code don't works (no get / no set) and Pos is always Zero
tyStatistics: Posted by angel50 — Thu Mar 27, 2014 12:37 am
]]>