Recortes de mi Webeo


Mostrar el cursor de ocupado

Publicado en Compact Framework por novaxo sobre el 26 Septiembre, 2007

Cursor.Current = Cursors.WaitCursor;
try
{
….
}
finally
{
Cursor.Current = Cursors.Default;
}

Escribe un comentario