I want resurrect this one. We've wrestled with multi-threading and it just keeps freezing the whole app. We've search the execution thread for any visual component and can't find one. And, as bets we can tell we're doing everything correctly. (We open a separate window and have an NVO that we put on another thread to process OLE and file drag and drop).
So, I had the idea that when our app opens it opens the window in question as a separate app so it has it's own thread right from the start. However we need to pass a parameter to the window and looks like PS doesn't support command line parameters.
Any advice on opening a separate window as it's own app using PS? Or just any advice at all? Thanks!