05-28-2007 02:21 AM
05-28-2007 03:44 AM
SetActiveGraphCursor activates the desired cursor on the graph control. SetGraphCursor sets the position of the cursor on the diagram. Actual position of the graph cursor may depend on the graph mode, whether it is in free form or snap-to-point mode: may this attribute be left in snap-to-point mode? This attribute can be set to free form by SetCursorAttribute (panelHandle, control, cursorNumber, ATTR_CURSOR_MODE, VAL_FREE_FORM);