Sets one of the standard Windows cursors for ht Htbasic Window to use. The C++ function declaration is:
Void SetBasicCursor(char * cursor);
A sample of the command is:
SetBasicCursor("hourglass");
Valid parameter strings are: arrow, crosshair, help, hourglass, ibeam, no, sizeall, size nesw, size ns, size nwse, size we, up arrow, wait arrow. Passing any other sting can and will refresh the cursor.