All Questions
1 question
3
votes
1
answer
2k
views
UI freezes when using SystemEvents.UserPreferenceChanged and multiple UI threads
In my C# Windows Forms application there are two threads:
Main Thread (Program.cs)
WorkerClass Thread (STA-Apartment).
When there is long running Task, it freeze/stuck the entire process and No ...