Skip Navigation LinksHome : Submit Snippet : Snippet Search : Snippet Detail
Snippet language icon

Author:
Andrew Jackson

Submitted:
05 Oct 2007

Language:
Visual Basic



Snippet Detail and Download

Snippet Type(s):  
Abstract (from author):
Inserts a block of code setting the cursor to wait, then revert to the previous cursor.


Description (from snippet):
Inserts a block of code setting the cursor to wait, then revert to the previous cursor.


Code Block:
1 Dim lastCursor As Cursor = Me.Cursor 2 3 Me.Cursor = Cursors.WaitCursor 4 5 $Insert$ 6 7 me.Cursor = lastCursor
Download Now!
Download the snippet file by clicking the download button below. You may customize the snippet shortcut prior to downloading below.

Shortcut:

The download is in Visual Studio Community Content Installer (VSI) format.