Dynamic Windows Function [dw_slider_set_pos]
Syntax
void dw_slider_set_pos(HWND handle, unsigned int position)
Parameters
HWND handle: Handle to the slider to be set.
unsigned int position: Position of the slider withing the range.
Description
Sets the slider position.