Posts by rafascar • 126 points
1 post
-
1
votes2
answers71
viewsA: Error while trying to change cursor during C#algorithm
By chance you are stirring other threads to do parallel processing? I suggest putting this around the cursor command: this.Dispatcher.Invoke(new Action(() => { this.Cursor = Cursors.Wait; }));…