IDisposable
using
this.Cursor = Cursors.WaitCursor;
this.Cursor = Cursors.Default;
private void mnuPreview_Click(...) { Cursor = Cursors.WaitCursor; . . .//your logic . . Cursor = Cursors.Default; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)