Message 1 of 15
WaitCursor at the command line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
To display the wait cursor when using a form I use System.Windows.Forms Namespace like this (VB.NET):
System.Windows.Forms.Cursor = Cursors.WaitCursor
But how should I do if I don't use a form? I ask for some options from the command line and while executing my code I want to display a wait cursor (still VB.NET).
System.Windows.Forms.Cursor = Cursors.WaitCursor
But how should I do if I don't use a form? I ask for some options from the command line and while executing my code I want to display a wait cursor (still VB.NET).