Question d’entretien chez Siemens Healthineers

How do you update an UI element from a worker thread

Réponse à la question d'entretien

Utilisateur anonyme

11 févr. 2010

using InvokeRequired property on the UI element, then marshalling the call from worker thread to the UI thread.

1