Snippet Type(s):
Abstract (from author):
Inserts a block of code setting the cursor to wait, then default.
Description (from snippet):
Inserts a block of code setting the cursor to wait, then default.
Code Block:
1 Me.Cursor = Cursors.WaitCursor
2
3 $Insert$
4
5 Me.Cursor = Cursors.Default
Download Now!
Download the snippet file by clicking the download button below. You may customize the snippet shortcut prior to downloading below.