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 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.

Shortcut:

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