Tag Archives: WinForms

Quick way to do cross-thread calls to update form controls

When doing background work you often want to call back to a user interface and let the user know that you are not dead. However, this is can be a bit difficult some times because windows forms can only be … Continue reading

Posted in Software Development | Tagged , , | Leave a comment