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:
This code works with form applications but not in this case :confused: . Any ideas??Code:Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
