How to open a new form on its own thread

0 replies
I am developing one multithreaded application. I am successfully running my functions on their own thread(created 24 threads already). I am attempting to give its own thread to one function that is rendering a new window in it. I am receiving an error here, due to the single thread architecture.

Is there any way for a form to be had its own thread? Thanks,
#form #open #thread

Trending Topics