Share via


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)

Default

VbArrow (1)

Arrow

VbCrosshair (2)

Cross

VbIbeam (3)

IBeam

VbIconPointer (4)

Obsolete. Replaced by Default

VbSizePointer (5)

SizeAll

VbSizeNESW (6)

SizeNESW

VbSizeNS (7)

SizeNS

VbSizeNWSE (8)

SizeNWSE

VbSizeWE (9)

SizeWE

VbUpArrow (10)

UpArrow

VbHourglass (11)

WaitCursor

VbNoDrop (12)

No

VbArrowHourglass (13)

AppStarting

VbArrowQuestion (14)

Help

VbSizeAll (15)

SizeAll

VbCustom (99)

No equivalent. For details, see Cannot set a custom MousePointer

See Also

Concepts

MousePointer for Visual Basic 6.0 Users

Other Resources

Constant Equivalents for Visual Basic 6.0 Users

Constants and Enumerations in Visual Basic