Cursore Doevents






Cursore di attesa in vb.net

Screen.mousepoint = 0

'UPGRADE_WARNING: Screen property Screen.MousePointer has a new behavior. Click for more:

'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="6BA9B8D2-2A32-4B6E-8D36-44949974A5B4"'


'default

System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Default
'attesa

System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor

oppure

Me.Cursor = Cursors.WaitCursor
Me.Cursor = Cursors.Default










( cursoredoevents.html )- by Paolo Puglisi - Modifica del 17/12/2023