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.