As the title says, i have this textbox where i drop a file, and then i have like 6 external applications that works with the file, they get started with process(). The whole process takes about 20 minutes, and during that time the window i draged the file from gets locked. It gets "unlocked" again when the DragDrop-function is done, is there a way to "unlock" the window instead of having it locked until its finished?
I also have this side question, when the process() is running my form is also getting "locked", any way to prevent that?
--
Henrik
using C#
I also have this side question, when the process() is running my form is also getting "locked", any way to prevent that?
--
Henrik
using C#