Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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