WinXTracker_SetPos


WinXTracker_SetPos (hTracker, newPos)

Sets the position of the slider in a tracker control

Parameter Description
hTracker The handle to the tracker control
newPos The new position for the slider

Returns

$$TRUE on success or $$FALSE on fail

Remarks

none

Examples

'reset the position
WinXTracker_SetPos (hTracker, 0)

Related Links

WinXAddTrackerBar
WinXTracker_GetPos