I’ve a VB.Net application that doesn’t show any form, and I want to change the cursor during the execution. I’m trying with:
Code:
Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
This code works with form applications but not in this case . Any ideas??