How to have an async connection to COM with a WPF interface?
问题 My previous question (SelectedIndex is unchanging in tabcontrol - Dispatcher issue) didn't get very far, and I suspect I was on the wrong track to begin with. There are 3 givens in my program: I have a main window which is WPF. I connect to a separate application (a different process) which implements a COM server which can be called on at various times to perform time-consuming calculations, the results of which I will display in my window. I do not want the main window to freeze while