Since I'm writing this application on my SmartPhone using the .NET Compact Framework, I faced a small problem with the use of Control.Invoke. The problem is that, on the CF, this is the only method that allows synchronous UI method calls from other threads
Lire la suite...