Dynamic Windows Function [dw_mle_set_cursor]
Syntax
void dw_mle_set_cursor(HWND handle, int point)
Parameters
HWND handle: Handle to the MLE to be positioned.
int point: Point to position cursor.
Description
Sets the current cursor position of an MLE box.