Syntax:
BCX_CURSOR(CursorType%)
Parameters:
- CursorType% Identifies the window where drawing takes
place. CursorType% can be any off the following predefined system
cursors.
- IDC_APPSTARTING Standard arrow and small hourglass
- IDC_ARROW Standard arrow
- IDC_CROSS Crosshair
- IDC_HAND Windows 98/Me, Windows 2000/XP: Hand
- IDC_HELP Arrow and question mark
- IDC_IBEAM I-beam
- IDC_ICON Obsolete for applications marked version 4.0 or
later.
- IDC_NO Slashed circle
- IDC_SIZE Obsolete for applications marked version 4.0 or later.
Use IDC_SIZEALL.
- IDC_SIZEALL Four-pointed arrow pointing north, south, east, and
west
- IDC_SIZENESW Double-pointed arrow pointing northeast and
southwest
- IDC_SIZENS Double-pointed arrow pointing north and south
- IDC_SIZENWSE Double-pointed arrow pointing northwest and
southeast
- IDC_SIZEWE Double-pointed arrow pointing west and east
- IDC_UPARROW Vertical arrow
- IDC_WAIT Hourglass
|