Right now I have C# code to spawn a new window in a different thread, this works, but as soon as the new spawned window opens, it closes and the thread ends. How would I make it so the new spawned window can be closed from the first thread?
Here is a "tree" of how the spawning currently works:
Main thread
--Uses a function in the main thread to start another function in a separate thread to open w window, causing the window to use that thread.
Basically I just want the two windows to each have their own thread. And be able to control the spawned secondary window from the first window thread.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…