Controlling form elements from a different thread in Windows Mobile

前端 未结 3 382
庸人自扰
庸人自扰 2021-01-23 16:06

Trying to get a thread to change form controls in Windows Mobile.

Throws an unsupported exception.

Does this mean it cant be done at all?

If not, how do

3条回答
  •  旧时难觅i
    2021-01-23 16:56

    See Also:

    • Force Multi-threaded VB.NET Class to Dsplay Results on a Single Form
    • Bring data came from async operation to main thread.
    • Update UI from multiple worker threads (.NET)
    • C# Thread issues
    • How can you tell if you’re on the Main UI thread? (In CF)
    • Separation of GUI and logic in different threads in a Windows Form application

提交回复
热议问题