I have an application in which I need to open many forms that are heterogeneous for my own and work independently. Then my application switches to blocking during long operations (it is impossible to make these operations asynchronous). Therefore, I would like to run these forms in a separate thread using my own message pump. Any way to do this?
source
share