Home DotNet How to change mouse pointer in C# winform
How to change mouse pointer in C# winform

Sometimes we need to change the mouse pointer in the application to give user an indication of the application status. For example if the application is perform a long running process then we would show the user the wait cursor.

You can simply change the mouse pointer cursor by using this:

this.Cursor = Cursors.Arrow;

Here is a lists of the possible system cursors you could have.
AppStarting
Arrow
Cross
Default
Hand
HSplit
IBeam
No
NoMove2D
NoMoveHoriz
NoMoveVert
PanEast
PanNE
PanNorth
PanNW
PanSE
PanSouth
PanSW
PanWest
SizeAll
SizeNESW
SizeNS
SizeNWSE
SizeWE
UpArrow
VSplit
WaitCursor



Comments (0)
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Please input the anti-spam code that you can read in the image.

"