Mouse Pointer Constants for Visual Basic 6.0 Users
The following table shows the Visual Basic 6.0 Mouse Pointer constants and values and their Visual Basic 2008 equivalents.
Visual Basic 6.0 |
Visual Basic 2008 Equivalent |
---|---|
VbDefault (0) |
|
VbArrow (1) |
|
VbCrosshair (2) |
|
VbIbeam (3) |
|
VbIconPointer (4) |
Obsolete. Replaced by Default |
VbSizePointer (5) |
|
VbSizeNESW (6) |
|
VbSizeNS (7) |
|
VbSizeNWSE (8) |
|
VbSizeWE (9) |
|
VbUpArrow (10) |
|
VbHourglass (11) |
|
VbNoDrop (12) |
|
VbArrowHourglass (13) |
|
VbArrowQuestion (14) |
|
VbSizeAll (15) |
|
VbCustom (99) |
No equivalent. For details, see Cannot set a custom MousePointer |
See Also
Concepts
MousePointer for Visual Basic 6.0 Users