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 caseCode:Cursor.Current = System.Windows.Forms.Cursors.WaitCursor. Any ideas??




. Any ideas??
Reply With Quote