Saturday, April 4, 2020

Windows Form - Loading data and using control from another Thread

This could be done without Invoke and with Invoke

Without Invoke:


With Invoke:
Invoke is needed while using control from another thread in a Windows Form.

No comments:

Post a Comment